Task #2722 - Transitions

1 · Coderslang Master · Aug. 15, 2020, midnight
Let’s practice transitions of css property values. For div.box element, the following changes should occur on hover: width should be 400px, transition delay 1s, duration - 4s; height should be 400px, transition delay is 2s, duration - 4s; the corners should become 50% rounded, transition delay 2s, duration - 4s; background color should be #861657, transition delay should not be, duration should be 4s....