dabbu2000 commited on
Commit
994cf1d
·
verified ·
1 Parent(s): a4dae00

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +30 -0
style.css ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ body{
2
+ background-color:#000;
3
+ /*#2b2197 #372ac0*/
4
+ }
5
+ .card{
6
+ border:none;
7
+ box-shadow: 0 1px 5px rgba(104 ,104 ,104, 0.8);
8
+ }
9
+
10
+ .jumbotron{
11
+ color:#fff;
12
+ height:6px;
13
+ background-color:#372ac0;
14
+ margin-top:1rem;
15
+ margin-bottom:2rem;
16
+ padding-top:2px;
17
+ box-shadow: 0 1px 5px rgba(104 ,104 ,104, 0.8);
18
+ border:none;
19
+ }
20
+ .jumbotron H1{
21
+ text-align:center;
22
+ font-width:40px;
23
+
24
+ }
25
+ .card-body H3{
26
+ color:#fff;
27
+ }
28
+ .card-body H6{
29
+ color:#fff;
30
+ }