Ex09: Transitions, event on a child element during parent active

Path to Follow

  1. Set a blue background, a size of 150px by 150px on the parent div.
  2. Set a lightblue background on its child, with a size of 20% by 20%.
  3. On the parent active state, modify the child's background to red. 💡4
  4. Add a 3s transition to the child element.

Trail Markings