-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathstyle.css
More file actions
77 lines (56 loc) · 835 Bytes
/
style.css
File metadata and controls
77 lines (56 loc) · 835 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
body {
padding-top: 50px;
}
.navbar {
background-color: #EF5330;
border-color: #EF5330;
}
.navbar-nav li a{
color: #FFFFFF;
}
.navbar-brand {
color: #FFFFFF;
}
.jumbotron {
padding: 100px;
height: 500px;
background-image: url(https://scripted.org/wp-content/uploads/2014/08/se_08-1650x1100.jpg)
}
.jumbotron h1{
color: #FFFFFF;
}
.jumbotron {
color: #FFFFFF;
}
.jumbotron .btn {
background-color:#EF5330;
border-color: #EF5330;
}
.section{
height: 300px;
}
.section h1 {
color: #15C2D2;
}
.donate h3 {
color: #FFFFFF;
}
.grey-light {
background-color: #f2f2f2;
}
.orange {
background-color: #EF5330;
}
.footer {
margin:50px;
}
.sponsor {
max-width: 100px;
opacity: 0.35;
display: inline-block;
margin-right: 1em;
margin-bottom: 0.5em;
}
img {
max-width: 100%;
}