-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.css
60 lines (49 loc) · 818 Bytes
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
body {
background: black;
}
h1 {
color: white;
text-align: center;
padding: 30px;
}
.btn {
text-decoration: none;
padding: 20px;
}
a {
color: rgb(255, 255, 255);
}
marquee{
font-size: 25px;
color : whitesmoke;
padding-top : -20px;
padding-bottom : 10px;
}
body{
background-image: url('assets/background.png')
}
.jumbotron {
position: relative;
background: rgb(5, 44, 56);
color: aliceblue;
background-image: url('/docs/img/showcase-image.jpg');
background-size: cover;
z-index: -1;
}
#logo {
width: 100px;
background-size: cover;
}
.card-deck {
padding: 50px;
}
.overlay {
background: black;
width: 100%;
height: 400px;
position: absolute;
top: 1px;
left: 0;
opacity: 0.7;
z-index: -1;
}