Design using HTML/ CSS Grid and Flexbox on Container elements.

Solution retrospective
Making the design.
What challenges did you encounter, and how did you overcome them?Making the box shadow in css. I revisited my css notes and found it.
What specific areas of your project would you like help with?CSS
Please log in to post a comment
Log in with GitHubCommunity feedback
- @sivaprasath2004
Hello, I would like to extend my congratulations on completing this challenge.
- I will your solution that
container
was not center in the page.Use following the code to center thecontainer.
body{ display: flex; justify-content: center; flex-direction:column; align-items: center; } .attribution{ padding-top:2rem; }
Marked as helpful - I will your solution that
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