Day 21: conic gradients

from blog Manuel Matuzović - Blog, | ↗ original
↗ original
You can create gradients with color transitions rotated around a center point, rather than radiating from the center, by using the conic-gradient() function.There are many options to customize conic gradients. .uno { background-image: conic-gradient(aqua, fuchsia, salmon, aqua); } .due { background-image: conic-gradient(aqua,...