Design comparison
SolutionDesign
Community feedback
- @correlucasPosted about 2 years ago
👾Hello @moe-ka, congratulations for your new solution!
🎯 Your solution its almost done and I’ve some tips to help you to improve it:
1.Improve the alt text writting something more specifc like NFT IMAGE or Equilibrium NFT.
<img src="images/image-equilibrium.jpg" alt="" class="Equilibrium NFT">
2.You can create a media query to save space in the
pricing section
to make each information in a different row. Here’s the code for this media query.@media (max-width: 350px) { .price-detail { display: flex; justify-content: center; gap: 10px; flex-direction: column; align-items: center; } }
✌️ I hope this helps you and happy coding!
Marked as helpful0
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