Latest solutions
Latest comments
- @eliel-souzaP@cotybro
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); }
Marked as helpful - @This-Is-AlanP@cotybro
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 👌.