0 added
0 removed
Original
2026-01-01
Modified
2026-03-09
1
<p>Gradients can be set diagonally, from corner to corner. To do this, you need to combine top, bottom and left, right. For example, a gradient that goes from the bottom left to the top right corner:</p>
1
<p>Gradients can be set diagonally, from corner to corner. To do this, you need to combine top, bottom and left, right. For example, a gradient that goes from the bottom left to the top right corner:</p>
2
background-image: linear-gradient(to right top, yellow, green);<p>Here are some examples of diagonal gradients with the colors yellow, green:</p>
2
background-image: linear-gradient(to right top, yellow, green);<p>Here are some examples of diagonal gradients with the colors yellow, green:</p>
3
to right topto right bottomto left bottomto left top
3
to right topto right bottomto left bottomto left top