Design comparison
Solution retrospective
What I am most proud of??? I don't know maybe I completed the challenge and most importantly i am submitting the Challenge.
What challenges did you encounter, and how did you overcome them?Creating custom color CSS was a challenging part. I was doing a silly mistake of not putting ; at the end of code for example
the correct way
--Very-dark-blue-mainBG: hsl(217, 54%, 11%); --Very-dark-blue-cardBG: hsl(216, 50%, 16%);
i was forgetting ; at the end so i was not able to use it. And there is part where when in active state NFT image had a overlay of cyan background whit an eye symbol, ion hovering my eye symbol opacity was also getting changed which i was not able to solve.
What specific areas of your project would you like help with?there is part where when in active state NFT image had a overlay of cyan background whit an eye symbol, ion hovering my eye symbol opacity was also getting changed which i was not able to solve.
Community feedback
- @Andro87Posted 2 months ago
Hi @7juned7!
Great job on completing this challenge!
To know more about custom properties and their usage you can read this CSS Custom Properties Guide by Chris Coyier.
Hope this will help you!
Happy coding!
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