Design comparison
SolutionDesign
Community feedback
- @MohtashimAli85Posted over 2 years ago
The things I noticed
- To make body take full height give body and html tag height 100%
html,body{ height :100%}
- Learn grid you can easily center a div with it like this
main{display:grid; place-items:center; }
- And its static the daily, weekly buttons don't work. Also share the repo to review your coding. Happy coding :)
0 - To make body take full height give body and html tag height 100%
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