Submitted over 2 years ago
Responsive NFT preview component using Flexbox
@BhudiaMukund
Design comparison
SolutionDesign
Community feedback
- @afaiz-spacePosted over 2 years ago
Hey, @BhudiaMukund,
- replace
height:100vh
withmin-height:100vh;
in body element. - remove
position: absolute; z-index: 1; margin-top: 0;
from main element. of media query and also, remove
margin-top:-75px;
from main element.- remove
position: absolute; bottom: 10px;
form attribution class. also add margin-top:20px in **attribution class.
Marked as helpful0 - replace
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