Latest solutions
Latest comments
- @Willwf@hiddehulshof
Nicely done,
You should add width: 50%; to your .remaining-time and .nft-value classes this way the text will be on 1 line like in the design!
- @grmbyrn@hiddehulshof
Nicely done!, you could improve your solution by adding <main></main> element, also you could add alt text to your images to comply with accessibility guidelines,
Also the padding of the .card-container class is to much: try changing it from:
padding: 2.5rem 2rem 2.5rem 2rem; to padding: 24px;
Marked as helpful