There is a liner color of two background.
There is a line in the two background. Can it be mixed? I mean it from left to right and from up to down.
.a{
background: linear-gradient(270deg, #5ae2c7 0%, #2fd1d1 100%);
}
.b{
background: linear-gradient(180deg, #2fd1d1 0%, #ffffff 100%);
}
How to combine the two background
to one?