/css-transitions-challenge1

This is the CSS Transitions challenge 1 - Transition property

Primary LanguageHTML

CSS Transitions Challenge 1 - transition property

Test out your new skills by creating a hover effect for a link.

  1. When hovered a link should change color to the black: #000
  2. Transition speed should be set to 1 second, and transition-timing-function should be ease-in-out
  3. Transition should be triggered by hover