12 background: radial-gradient(
5em circle at left
55px bottom
75px, yellow, blue);
16 background: radial-gradient(
5em circle at top
65px right
45%, yellow, blue);
20 background: radial-gradient(
5em circle at bottom
65px right
45%, yellow, blue);
24 background: radial-gradient(
5em circle at center left
45%, yellow, blue);
28 background: radial-gradient(
5em circle at right
45% center, yellow, blue);
32 background: radial-gradient(
5em circle at right calc(
60px +
5px) center, yellow, blue);
38 <div class=
"gradient1 box"></div>
39 <div class=
"gradient2 box"></div>
40 <div class=
"gradient3 box"></div>
41 <div class=
"gradient4 box"></div>
42 <div class=
"gradient5 box"></div>
43 <div class=
"gradient6 box"></div>