Как работают градиенты `linear-gradient` и `radial-gradient`?
linear-gradient(direction, color-stops)— линейный- Direction:
to right,to bottom left,45deg,0.25turn radial-gradient(shape size at position, color-stops)— радиальный- Shape:
circle,ellipse(default) - Size:
closest-side,farthest-corner, px/% - Color stops:
red 0%, blue 50%, green 100%