Design comparison
SolutionDesign
Solution retrospective
Hello, I couldn't center the page on desktop view. This gave me some issues
Community feedback
- @nelsonleonePosted almost 2 years ago
HELLO......congrats on completing this challenge.....well done 🎊 🎊
Based on your question , you can center the page by setting
body{ display:flex; align-items:center; justify-content:center; width:100vw; min-height:100vh; }
Another thing , for accessibility purposes
<ul
> <ol>` tags should only content <li> tags scripts and template.Hope this comment was helpful , have fun coding
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