prev
next
Ex05:
Transitions
, changing color and shape
Path to Follow
Set the
size
of the
div
to
150
px
by
150
px
.
Set its
background color
to
orange
.
Create a
hover
effect with a
purple
background
.
In the
hover
state, increase the
border radius
to
50
%
.
Add a
2
s
transition
to the non-
hover
selector.
Trail Markings