Submitted 7 months ago
Design using HTML/ CSS Grid and Flexbox on Container elements.
@Selik254
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
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
Community feedback
- @sivaprasath2004Posted 7 months ago
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 helpful0 - I will your solution that
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