Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Nothing specifically.
What challenges did you encounter, and how did you overcome them?Nothing for now.
What specific areas of your project would you like help with?Nothing yet.
Community feedback
- @jmarsicPosted 7 months ago
Hello there. I would like to give you few tips that helped me:
- inside HTML it would be best to have one
main
element because it specifies the main content of a document instead ofarticle
element that is more for forum (like) sites - it would be best to avoid using
id
because of specificity and other things that we need to keep in mind. Simple solution is to useclass
just once - no point of using
h4
, just useh2
and style it - try to use class for every element you want to style (not descendant selector)
I hope this guidelines will help you in the future.
Kind regards, Jake.
0 - inside HTML it would be best to have one
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