Design comparison
Solution retrospective
I have a question regarding the height of the card when the viewport width is varied or you can say when we check the responsiveness by varying the resolution width in dev tools the height of the card alter differently (i.e. 2 card heights are same but the middle ones height is less) because of there content being different.
My question is how to keep a fixed height of the cards max-height
and fit-content
doesn't seem to be helping.
Community feedback
- @NaveenGumastePosted over 2 years ago
Hello vcodey ! Congo 👏 on completing this challenge
Let's look at some of your issues, shall we:
-
Add Main tag after body
<main class="container"></main>
happy Coding😀
1@v-codeyPosted over 2 years ago@Crazimonk
- should I use container class in the main tag ??
<main>
is after<body>
didn't understood your point, can you elaborate your point a little bit more.
0@NaveenGumastePosted over 2 years ago@v-codey
-
Yes for first point
-
after body tag See this solution you will understand
0 -
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