Upload style.css
Browse files
style.css
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.stApp {
|
| 2 |
+
background-image: url('https://i.postimg.cc/WpkZcjkZ/pinkpurplebackground.jpg');
|
| 3 |
+
background-size: cover;
|
| 4 |
+
background-position: center;
|
| 5 |
+
background-repeat: no-repeat;
|
| 6 |
+
color:rgb(28, 2, 52)
|
| 7 |
+
|
| 8 |
+
}
|
| 9 |
+
|