Design comparison
SolutionDesign
Community feedback
- @correlucasPosted about 2 years ago
👾Hello @Simonify30, Congratulations on completing this challenge!
Great code and great solution! I’ve few suggestions for you that you can consider adding to your code:
Keep your sections inside containers to don't have it growing more than it should, for this challenge the container/column size is
max-width: 1280px
, the code to have the section inside a container and aligned center:FOR EXAMPLE THE HEADER:
.head { display: flex; justify-content: center; align-content: center; max-width: 1280px; margin: 0 auto; gap: 100px; }
✌️ I hope this helps you and happy coding!
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