-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
57 lines (57 loc) · 883 Bytes
/
style.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
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900&subset=latin,latin-ext);
body {
font-family: 'Lato', sans-serif;
margin: 0;
font-size: 20px;
color: #222;
padding: 0px 10px 0;
}
#wrap {
max-width: 1000px;
margin: 0 auto;
}
section {
padding: 20px 10px;
border-top: 3px solid #002944;
}
header {
padding: 40px 0;
font-weight: 900;
text-align: center;
}
header img {
width: auto;
height: 150px;
}
header big, header small {
display: block;
}
header big {
font-size: 140px;
line-height: 140px;
}
header small {
font-size: 36px;
margin-bottom: 30px;
}
h2 {
font-size: 30px;
font-weight: 900;
margin: 10px 0 20px;
}
h3 {
font-size: 25px;
font-weight: 900;
margin: 10px 0 20px;
}
.hex-img,
.hexagonal-image {
width: 350px;
margin-right: 10px;
vertical-align: middle;
}
code {
margin: 0 0 30px 30px;
font-size: 1rem;
display: block;
}