Design comparison
SolutionDesign
Solution retrospective
I only needed help with the view-icon part, the rest I managed to do myself.
Community feedback
- @SagameisterPosted over 2 years ago
Looks awesome, mate! Love your solution for the hero image hover effect!
As for your aligning the icon try:
.card-icons { margin-bottom: 1vh; display: flex; justify-content: space-between; align-items: center ; }
Then inside the .card-icons div, create a new div and place the etherium icon and text inside it. And same with items on the right.
This should help align better. I hope this helps! :-)
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