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.