ek-id commited on
Commit
09221ba
·
verified ·
1 Parent(s): 0bf6d5e

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +5 -3
styles.css CHANGED
@@ -1,7 +1,5 @@
1
  #header {
2
- text-align: center;
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
  }