Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
This time I was able to write and README file for the project, which I have never done before.
What challenges did you encounter, and how did you overcome them?It was very simple.
What specific areas of your project would you like help with?Any advise on how to improve it it's appreciated.
Community feedback
- @pRicard0Posted 6 months ago
The project is almost perfect... but I have some suggestions
- You can use
<main>
instead of a<div>
with the class"card"
. This way your HTML is more semantic and acessible. - You should use rem instead of px for font-size. Rem units are based on the root element ( html ) of the document and are therefore more flexible and responsive than px units.
1 - You can use
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