-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
56 lines (47 loc) · 762 Bytes
/
main.css
File metadata and controls
56 lines (47 loc) · 762 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
.content {
padding: 10px;
}
a {
color:#fff;
text-decoration: none;
}
#heroDescription {
font-family: 'Lato', serif;
text-align:center;
}
#heroDescriptionHeader {
font-size:50px;
color:#444;
margin-top:-5px;
}
#heroDescriptionSubHeader {
font-size:20px;
color:#444;
margin-top:-30px;
}
#logoContainer {
margin:auto;
width:130px;
height:130px;
}
.bigButton {
width:250px;
margin:auto;
border-radius:10px;
background-color:#64C37F;
}
.bigButton:hover {
background-color:#45B164;
}
.blueButton {
background-color:#3688A8;
}
.blueButton:hover {
background-color:#247797;
}
.bigButton h1 {
font-size:30px;
color:#fff;
padding-top:10px;
padding-bottom:10px;
}