Design comparison
SolutionDesign
Solution retrospective
Second challenge of FrontEnd Mentor (yay!). As usual, please provide me feedback, comments, or criticisms. 😁
Community feedback
- @DeanogitPosted 11 months ago
Hi @linggladys,
Great job getting this solution built and submitted, its looking great!
I noticed something you might be interested in, its a small detail in the
whose-creation
div.<div class="whose-creation"> <p>Creation of Jules Wyvern</p> </div>
In order to get the Jules Wyvern in a different colour and the hover state its possible to
- use a
<span></span>
element inside the<p></p>
element.
<div class="whose-creation"> <p>Creation of <span>Jules Wyvern</span></p> </div>
It will need some styling in the css file.
I hope this helps
Above all, your solution is looking great!
Marked as helpful1 - use a
- @linggladysPosted 11 months ago
Just realised, I forgot to add the eye icon while hovering on the NFT image, but will do.
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