-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
81 lines (67 loc) · 981 Bytes
/
styles.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
body {
background: #1C0607;
color: #FAFAFA;
font-family: 'Josefin Sans', sans-serif;
font-size: 18px;
line-height: 25px;
}
a {
color: #FAFAFA;
}
a:hover {
transition: color 0.5s ease;
color: #FFDA44;
}
a h1 {
text-decoration: none;
}
h1 {
font-size: 40px;
line-height: 60px;
}
h2 {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 18px;
margin-top: 20px;
}
h3 {
text-transform: uppercase;
letter-spacing: 0.5px;
font-size: 15px;
line-height: 25px;
}
hr {
margin: 40px -20px 20px;
border: 0;
height: 1px;
background: #FAFAFA;
}
ul {
line-height: 30px;
}
img {
width: 100%;
}
.container {
width: 800px;
max-width: 100%;
margin: 20px auto 60px;
padding: 0 20px;
box-sizing: border-box;
}
header {
display: flex;
vertical-align: middle;
margin-bottom: 40px;
}
header a {
text-decoration: none;
}
header .logo {
width: 100px;
}
header .title {
margin-left: 10px;
vertical-align: middle;
}