FinTech_app/static/main.css

9 lines
159 B
CSS
Raw Permalink Normal View History

.grad {
background-image: linear-gradient(to right, orange , white);
2023-01-24 14:48:22 +01:00
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}