Submitted over 3 years ago
Card of presentation using html, images and css.
@CarlosRubio9827
Design comparison
SolutionDesign
Solution retrospective
How is it done so that the scroll does not go off the screen?
Community feedback
- @FarisPalayiPosted over 3 years ago
Set the height to
height: auto
in the card and give some padding on the bottom in the mobile version.- Also, try to increase the
font-size
because, currently, the text is unreadably small. - And don't use the
<h4>
tag just for the styling purposes because using them where there are not supposed to be used can make the site accessibility worse.
Take a look at this guide if you can : HTML: A good basis for accessibility
Happy coding ✨
Marked as helpful1 - Also, try to increase the
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