Design comparison
SolutionDesign
Solution retrospective
This is my very first HTML and CSS challange.
My coding isnt perfect but im very pleased with my first attempt at a project.
Community feedback
- @slothmast3rPosted almost 3 years ago
Hey man! Great work! What I recommend is using also
em
in your code. Here is quick video by Kevin Powell explainingrem
's andem
's https://www.youtube.com/watch?v=ZjiJIIL60GI0 - @RioCantrePosted almost 3 years ago
Hello there! Great job in making this project. Viewing your solution you did well in implementing the design. I think you should considered the following as well.
- It's common to use
div
to wrap the contents but for best practices use a specific tag for it's functionality. Like thecontainer
wrap it withmain
tag. - Same goes with
attribution
wrap it withfooter
tag which is more relevant to use - It's better to use
section
tag instead ofarticle
mainly because a heading followed to the tag - Use a validator to check your solution for readability
Hope this helps and keep up the good work!
0 - It's common to 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