Design comparison
SolutionDesign
Solution retrospective
Very satisfied with what I have, but any additional information would be very much appreciated
Community feedback
- @opolis8Posted about 1 year ago
Hi, I see the content on your page was not centered you can use flex-box or grid for this. to center it using flex-box. the body would have these properties :
body{ width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; }
0 - @Islandstone89Posted about 1 year ago
Hi, I don't think you're supposed to use JavaScript on this challenge, though I guess you could. Anyways, you should remove the fixed widths in px :)
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