Design comparison
SolutionDesign
Community feedback
- @jrddpPosted 3 months ago
If you want to align the secondcontainer, add these to the maincontainer in your CSS:
- justify-content: center;
- height: 100vh;
This will set the maincontainer to take up the full screen and then center the inner items on the y-axis.
Also, the button colors are grey 700 in the style guide. It seems like every color they use is always one of the ones in the style-guide.md file.
Nice work 😁
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