Responsive webpage, semantic HTML, CSS variables, Flexbox

Solution retrospective
Nothing much. I am happy that I did it.
What challenges did you encounter, and how did you overcome them?Nothing
What specific areas of your project would you like help with?Maybe on the right structuring. I am messy coder.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @LMCyber
You can use the next values properties to center all in your page:
body { display: grid; place-content: center; height: 100vh; }
Aditionally, the right sizes for the container are: .container { width: 325px; height: 499px; background-color: var(--white); border-radius: 20px; box-shadow: 8px 8px 0 0 var(--black); padding: 22px; }
I hope that this can help you.
Marked as helpful
Join 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