Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
- I'm proud of submit my first project on frontend mentor.
- I'd like to organize my project better.
- Main challenge that I encounter was how plan the project before, in fact, try code it.
- CSS units rem needs improved a lot. Pseudo-elements seems far away yet.
- I tried to overcome this challenges studying each point and practing.
- CSS grid
- CSS flexbox
- CSS rem/em units.
Community feedback
- Account deleted
š Hey, @Clar-Junior!
š” Semantic HTML: Consider using more semantic HTML elements such as:
<section>
for different parts of your content.<main>
for the main parts of your content.<table>
and its properties for the last part of the site.
To convert from px to em:
- 1em is typically equivalent to 16px (assuming the default font size).
- To convert pixels to ems, divide the pixel value by 16 (px / 16 = em).
I hope this helps you. š
Marked as helpful0Account deletedYou're welcome! I'm glad to hear that. @Clar-Junior
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