Spaces:
Running
Running
Update styles.css
Browse files- styles.css +5 -3
styles.css
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
#header {
|
2 |
-
|
3 |
-
font-size: 4em;
|
4 |
-
font-weight: bold;
|
5 |
color: #0071C5;
|
6 |
background: linear-gradient(to right, #0071C5, #00BFFF);
|
7 |
-webkit-background-clip: text;
|
@@ -15,4 +13,8 @@
|
|
15 |
.btn {
|
16 |
background-color: #0071C5;
|
17 |
color: white;
|
|
|
|
|
|
|
|
|
18 |
}
|
|
|
1 |
#header {
|
2 |
+
font-size: 4em;
|
|
|
|
|
3 |
color: #0071C5;
|
4 |
background: linear-gradient(to right, #0071C5, #00BFFF);
|
5 |
-webkit-background-clip: text;
|
|
|
13 |
.btn {
|
14 |
background-color: #0071C5;
|
15 |
color: white;
|
16 |
+
}
|
17 |
+
|
18 |
+
.text-center {
|
19 |
+
text-align: center;
|
20 |
}
|