Design comparison
Solution retrospective
I'm proud of the fact that I used grid-template-areas
. to define the layout on mobile and desktop. I think this way the layout is understandable just from looking at the CSS.
I also used clamp
to make the main heading responsive with one CSS line which was cool to try out.
The main challenges that I faced was managing spacing and font size across different screen sizes. I used a combination of clamp
and just overriding font-size on media queries to try to get it right.
Used grid and flexbox heavily since they do a good job in being flexible with the space giving to them.
What specific areas of your project would you like help with?This is my first time using clamp. I'm not sure I used it in an appropriate way. the values I used were kinda arbitrary and based on trial and error.
Community feedback
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord