File size: 198 Bytes
72530b6 |
1 2 3 4 5 6 7 8 9 |
.stApp {
background: linear-gradient(to right, green, red);
background-size: cover;
background-position: center;
height: 100vh;
margin: 0;
font-family: Arial, sans-serif;
}
|