Design comparison
Solution retrospective
I don't know the best way to align the text with the icons (ex: the ETH price, the "3 days left" and the "Creation of Jules Wyvern.")
I also don't know how to add the active state over the image.
Any feedback would be greatly appreciated.
Community feedback
- Account deleted
for aligning the icons with text try using flexbox and then using the align-items: center; it should align everything, as far as the the hover effect of the image try creating a empty div on the your html file and give it the background color with the img and use the position relative and position absolute properties there are some tutorials on youtube or just look at some of the solutions from here
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