forked from rustwasm/rustwasm.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextra.css
More file actions
45 lines (39 loc) · 668 Bytes
/
extra.css
File metadata and controls
45 lines (39 loc) · 668 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
#call-to-action {
margin-top: -30px;
margin-bottom: 30px;
background-color: #403D58;
color: #fff;
padding: 30px;
}
#call-to-action a {
color: #FECD2F;
}
#call-to-action h2 {
font-weight: bold;
}
#call-to-action img {
float: right;
max-width: 45%;
padding-left: 5%;
}
section {
clear: both;
}
#installer {
text-align: center;
}
#installer .button {
background-color: #6556EC;
border-color: #6556EC;
height: 20%;
font-size: 1.8rem;
padding: 1.8rem;
color: #fff;
font-weight: 600;
line-height: 38px;
border-radius: 4px;
display: inline-block;
}
#installer .button:hover {
text-decoration: none;
}