Design comparison
SolutionDesign
Solution retrospective
this is my first challenge and i am open to corrections. thanks
Community feedback
- @buneeIsSloPosted over 3 years ago
Hi! @Liciacodes, Congrats on completing your first challenge! You've done well. Here's a few things I want to suggest...
-
Most html elements have some amount of default padding and margin, So you can reset that like so:
*, *::after, *::before { margin: 0; padding: 0;}
. This will remove the white spacing around your container. -
The page isn't completely responsive. I recommend This free course by Kevin Powell, This will help you gain a better understanding of responsive layouts.
Hope this helps, Keep coding! :D
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