Users should be able to:
- See hover states for interactive elements
- Solution URL: Github
- Live Site URL: Vercel.app
- Semantic HTML 5 markup
- CSS
- CSS flex-box
I made the use of the :hover pseudo class CSS
.change:hover {
text-decoration: none;
color: hsla(245, 75%, 52%, 0.767);
}
- Emmanuel Tobi
- Frontend Mentor - @Camoscript
- Twitter - @Camoscript
