@eliel-souzaSubmitted almost 2 years ago
Hi there, I'm Eliel and this is my solution to the challenge NFT preview card component
Any feedback is well appreciated, feel free to give me suggestions or tips. Thanks! :)
Hi there, I'm Eliel and this is my solution to the challenge NFT preview card component
Any feedback is well appreciated, feel free to give me suggestions or tips. Thanks! :)
Looks really good!
Only thing I could suggest is that you also add :focus pseudo class to your :hover so when someone tabs onto the anchor it will change font color.
.author__name:hover, .author__name:focus { color: var(--cyan); }
Open to all suggestions and advice on better implementing my overall code.
Looks great to me, Couple tiny things I'd suggest. When you hover over to open the links have a cursor popup with a hover effect, and hover effects for the social icons. Just my two cents 👌.