Design comparison
SolutionDesign
Solution retrospective
I had an interesting time trying to keep everything to scale. I am concerned about the mobile dimension style of my code
Community feedback
- @correlucasPosted about 2 years ago
๐พHello Toyin Robinson, Congratulations on completing this challenge!
Here's one tip about the vertical alignment:
REMOVE THIS
HEIGHT: 100VH
TO MAKE THE BODY ALIGNMENT WORK AND GET THE CONTAINER CENTERED:.container { width: 1200px; max-width: 100%; margin: 0 auto; /* height: 100vh; */ }
โ๏ธ I hope this helps you and happy coding!
Marked as helpful0
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