- Responsive layout using grid system
- Added an hover interaction (Card Tilts)
Grid layout
- Made a simple coding using span
.white2 {
grid-column: 1/span 3;
grid-row: 3;
}
Grid layout
.white2 {
grid-column: 1/span 3;
grid-row: 3;
}
Replicating the design.
What challenges did you encounter, and how did you overcome them?no challenges
What specific areas of your project would you like help with?Perfectly fine for now.
Well that's my first time with mobile-first, I have some trouble with width but I encounter that.
What challenges did you encounter, and how did you overcome them?Min/max width trouble with choosing
What specific areas of your project would you like help with?Code feedback is required. That's my first time with mobile-first coding and I can see advantages of that. But I need some advices about the min/max-width property. Did I write it properly?
Your html structure looks good! If you make further adjustments in your css, then your recreation will be even better!
Next time I will use relative units for typography to adjust it to different screen sizes better
What specific areas of your project would you like help with?I would like to understand better how to make typography more responsive
Your solution looks great! There are some little things to fix:
Good idea to use ul for "Learning"-tag. Awesome!
I am proud of the facts that the solution looks very close to what was expected. Also the design is responsive and works with all size of screen.
What challenges did you encounter, and how did you overcome them?.body{ height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; }
What specific areas of your project would you like help with?.inner-items { max-width: 300px; width: 100%; }
As the inner elements decide the size of the ceter div I had to decide the width of the inner elements by trial and error. I don't thing it is the optimam way to doing things. Is there any better way to do this without me having to think about width for each component in the div.
Looks good! Be careful about copying the header text. I should always written in the same way without a typo