3 lines
72 B
CSS
3 lines
72 B
CSS
|
.grad {
|
||
|
background-image: linear-gradient(to right, orange , white);
|
||
|
}
|