Design comparison
SolutionDesign
Solution retrospective
Any feedback?
Community feedback
- @j-tomajinPosted about 2 years ago
YOU DID GREAT!
and I have some tips for you to improve your code.
- to center you content you can use...
body { min-height: 100vh; display: flex; justify-content: center; align-items: center; flex-direction: column; }
or
body { min-height: 100vh; display: grid; place-content: center; }
HAPPY CODING :D !!!
Marked as helpful1
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