Design comparison
Solution retrospective
Tried experimenting with breakpoints and more semantic HTML.
What challenges did you encounter, and how did you overcome them?Getting the paddings and margins correctly.
What specific areas of your project would you like help with?Just overall look and feel of the code, see if there are any improvements CSS-wise.
Community feedback
- @RahexxPosted 2 days ago
Good job with this challenge! My advice for the future is to try not to use IDs and to prefer classes instead. By doing this, you have more flexibility with overriding styles, as you can have many elements with the same class, but only one with an ID. Additionally, when you want to override a style, it’s easier to do so with a class because classes have lower specificity than IDs. One last piece of advice: read about BEM (Block Element Modifier) for naming classes in HTML. It will help you with naming conventions and has advantages when you start using preprocessors like SCSS or LESS.
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