Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

NFT card component using HTML and CSS

@GabrielCarrillo93

Desktop design screenshot for the NFT preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I new frontendmentor challenge I made, this time with responsive features

Community feedback

Edson Ruiz 160

@xedsonruizx

Posted

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 helpful

0

@GabrielCarrillo93

Posted

@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 GitHub
Discord logo

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