FinTech_app/static/main.css

3 lines
72 B
CSS
Raw Normal View History

.grad {
background-image: linear-gradient(to right, orange , white);
}