Ex02: Hover, enlarging a shape on mouse over

Path to Follow

  1. Set the size of the div to 150px by 150px.
  2. Set the background color to lightblue.
  3. Create a hover effect for the div, changing its height to 200px and width to 500px.

Trail Markings