infinitymatter commited on
Commit
df8f93b
·
verified ·
1 Parent(s): 9859163

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +20 -0
style.css ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #header {
2
+ font-size: 4em;
3
+ color: #0071C5;
4
+ background: linear-gradient(to right, #0071C5, #00BFFF);
5
+ -webkit-background-clip: text;
6
+ -webkit-text-fill-color: transparent;
7
+ padding: 5px;
8
+ border-radius: 5px;
9
+ margin-bottom: 5px;
10
+ text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
11
+ }
12
+
13
+ .btn {
14
+ background-color: #0071C5;
15
+ color: white;
16
+ }
17
+
18
+ .text-center {
19
+ text-align: center;
20
+ }