Responsive landing page using CSS flexbox

Solution retrospective
Using CSS box-shadow, CSS display: flexbox
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Badhrikr
Hello,your solution is superb.
My only concern is
Apply
body{ display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: blue}
This helps you to centre the container in the page
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