Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

Using the transition shorthand property, specify width changes for the <div> element should have: "2" second duration, "ease-in-out" speed curve, and a "0.5" second delay before starting.

Hint: transition: property duration timing-function delay.