Submitted over 2 years ago
3-column preview card component Using Flexbox
@olusesimrg
Design comparison
SolutionDesign
Community feedback
- @afaiz-spacePosted over 2 years ago
Hey @olusesimrg,
- remove height:100vh from the main element. also, add
algin-item: stretch;
in the main element.
Marked as helpful0 - remove height:100vh from the main element. also, add
- @ay-jamalPosted over 2 years ago
greet work , i have some notice that will help you to remove the difference height between each div
- in the main class remove the align-item: center you do not need it you only need display flex
- remove the padding property {padding: 5em 3em 5em 3em;} from all three divs this why there is a scrolling in your site
at meadia(max-width:767px) you do not need 33.3%width and good luck
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