ThePixel8or / css-transitions-challenge1

This is the CSS Transitions challenge 1 - Transition property

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is the CSS Transitions challenge 1 - Transition property


Languages

Language:HTML 58.6%Language:CSS 41.4%