Submitted over 1 year ago
NFT card component using HTML and CSS
@GabrielCarrillo93
Design comparison
SolutionDesign
Solution retrospective
I new frontendmentor challenge I made, this time with responsive features
Community feedback
- @xedsonruizxPosted over 1 year ago
Hi
you could change the 100% width of the "col-" with an especific width that does not change with the size of the page.
also for a better responsive way the grid class replace the 30% with a 50%
send the "eth" text to the left
and send the "clock" text to the right
.grid { display: grid; grid-template-columns: 50% 50%; justify-content: space-between; } .eth { text-align: start; } .clock{ text-align: end; } I hope it helps you
Marked as helpful0@GabrielCarrillo93Posted over 1 year ago@xedsonruizx Thanks, I didn't think of that while I was making it. Once again, thaks for your feedback :)
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