Design comparison
Community feedback
- @MelvinAguilarPosted almost 2 years ago
Hello there ๐. Good job on completing the challenge !
I have some suggestions about your code that might interest you.
-
The
<div class="container">
element should be the <main> element of your solution. The image is important content, but the component itself is the main content of your website. -
You should use a CSS reset. A CSS reset is a set of styles that are applied to all elements on a webpage with the goal of removing any browser-specific styles and providing a consistent starting point for styling. By default, the body element has a margin that generates the scrollbar on desktop devices.
Popular CSS resets:
I hope you find it useful! ๐
Happy coding!
0@diegoweb3rPosted almost 2 years ago@MelvinAguilar Hey you, thank you so much about the tips. I've changed the main part, and about the css The " *{ box-sizing..." is the css reset, isn't it?
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