Design comparison
SolutionDesign
Solution retrospective
I really like this challenge.. I still had to do a lot of research which I am sure is normal.. Feeling more comfortable with flex-box but still working on rem/em/px.. etc.
Community feedback
- @Pawel-GnatPosted over 2 years ago
Great job :) As you have said -> work with your rem em units. Don't mix them with px :)
Remember to implement in your css sheet this line of code below:
html { font-size: 62.5%; }
It will make your fonts 10px as a basic. It's a way easier to use your rem/em later. Good luck :)
Marked as helpful0@CodingwithHeatherPosted over 2 years ago@Pawel-Gnat Thank you.. that is probably the most helpful advice on measurements yet.. :-)
0
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