Design comparison
Solution retrospective
Please suggest a cleaner and alternate code if any.
My problem with card component challenges is that I can't center the card vertically(height). Even If I centered on all sides using absolute-relative method or flex, when I add content to the card, scroll-bar appears(even when body height: 100vh)
What I want is to center the card vertically relative to the body, even after adding all content and margin and padding to the elements inside the card, and still achieve with no scrollbar vertically.
Thank You in Advance!
EDIT: margin:auto
is applied and it seems to be working. Feedbacks welcomed!
Community feedback
- @HatimHJPosted over 2 years ago
try [margin : auto] on card class to remove vertically scrollbar Hope it helps:)
0@MugeshTRGPosted over 2 years ago@HatimHJ It seems to be working but the solution preview showing on this page is not matching the design (but it works on deployed site). Thank you for your solution! Highly helpful!
0 - @mubizzyPosted over 2 years ago
Excellent job on this challenge! your report has a few issues though:
- wrap everything in your body in
<main>
or use semantics
2. it is a best practice to use both HTML 5 and ARIA landmarks to ensure all content is contained within a navigational region.
Hope it helps:)...don't forget to mark it as helpful 👍
You can get more details here...click here
0 - wrap everything in your body in
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