-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
42 lines (35 loc) · 796 Bytes
/
style.css
File metadata and controls
42 lines (35 loc) · 796 Bytes
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
html, body {
height: 100%;
width: 100%;
padding: 0px;
margin: 0px;
}
.is-danger {
background: #d6192f !important;
}
.splash-img {
width: 300px;
height: 300px;
}
.icon {
text-align: center;
font-size: 5rem;
width: 100%;
margin: 4rem 0px 3rem 0px;
}
body {
background: #d6192f;
}
.hero {
background: white;
}
#cards {
background-image: linear-gradient(bottom, #d6192f 50%, #FFFFFF 50%);
background-image: -o-linear-gradient(bottom, #d6192f 50%, #FFFFFF 50%);
background-image: -moz-linear-gradient(bottom, #d6192f 50%, #FFFFFF 50%);
background-image: -webkit-linear-gradient(bottom, #d6192f 50%, #FFFFFF 50%);
background-image: -ms-linear-gradient(bottom, #d6192f 50%, #FFFFFF 50%);
}
#cards {
text-align: center;
}