Spaces:
No application file
No application file
Upload style.css
Browse files- static/css/style.css +13 -0
static/css/style.css
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.{
|
2 |
+
margin: 0;
|
3 |
+
padding: 0;
|
4 |
+
box-sizing: border-box;
|
5 |
+
}
|
6 |
+
|
7 |
+
.bg-dark{
|
8 |
+
background-color: #757678;
|
9 |
+
}
|
10 |
+
|
11 |
+
.mt-50{
|
12 |
+
margin-top: 50px;
|
13 |
+
}
|