Design comparison
SolutionDesign
Solution retrospective
Hi, I completed testimonials site using CSS Grid. Any feedback is really appreciated.
Community feedback
- @lucasweidasPosted over 2 years ago
Good job in that one!
You have a problem centering the
main
container. To fix it, just add these lines to yourbody
tag.min-height: 100vh; display: flex; justify-content: center; align-items: center;
Then, remove the
margin: 100px auto 0;
line inside your media querie in.container
.Keep it up!
Marked as helpful1 - @NaveenGumastePosted over 2 years ago
Hello Tejaswini Labade ! Congo π on completing this challenge
Let's look at some of your issues, shall we:
- Always use
h1
first and thenh2
,h3
and so on
-Warp your card content around the main tag Ex: π
<body> <main class="container"> *all you content here* </main> </body> happy Codingπ
0 - Always use
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