Ex05: Transitions, changing color and shape

Path to Follow

  1. Set the size of the div to 150px by 150px.
  2. Set its background color to orange.
  3. Create a hover effect with a purple background.
  4. In the hover state, increase the border radius to 50%.
  5. Add a 2s transition to the non-hover selector.

Trail Markings