Challenge 4|| 3 column preview card

Solution retrospective
This is not a responsive site. Would like to take suggestions on making it responsive. Thank you!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Akhlak-Hossain-Jim
Great work so far.
Here is how you can solve the issue:
- instead of
height: 100vh;
inbody{...}
addmin-height: 100vh;
. - add a media query for
main
and add these style ruleswidth: 100%; flex-direction: column; margin: 24px;
happy coding :)
Marked as helpful - instead of
Join 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