-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
91 lines (77 loc) · 1.52 KB
/
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
82
83
84
85
86
87
88
89
90
91
/*
font-family: 'Merriweather', serif;
font-family: 'Merriweather Sans', sans-serif;
Merriweather+Sans:300,300i,400,400i,700,700i,800,800i|Merriweather:300,300i,400,400i,700,700i,900,900i
*/
h1 {
font-family: 'Merriweather', serif;
font-weight: 300;
font-size: 3em;
}
h2 {
font-family: 'Merriweather', serif;
font-weight: 300
font-size: 2em;
}
h3 {
font-family: 'Merriweather Sans', sans-serif;
font-weight: 300;
font-size: 1.5em;
}
p, li {
font-family: 'Merriweather Sans', sans-serif;
font-weight: 300;
font-size: 1.25em;
}
body {
/*https://images.pexels.com/photos/261658/pexels-photo-261658.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260*/
background-image: url(agreement_blur_greyopaque.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
display: flex;
min-height: 100vh;
flex-direction: column;
margin: 0 auto;
/*justify-content: center;
align-items: center;*/
}
.content {
margin-top: 100px;
padding: 15px;
margin: 50px auto;
flex: 1 0 auto;
text-align: center;
}
header {
/*display: flex;
justify-content: center;*/
}
.construction {
margin-top: 50px;
margin-bottom: 50px;
}
.construction h2 {
font-weight: 900;
font-size: 2em;
margin-top: 1px;
margin-bottom: 1px;
}
.description {
flex: 1;
max-width: 50%;
margin: 0 auto;
}
.scales {
}
footer {
flex:none;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 10px;
}
footer p, li {
list-style: none;
font-size: 1em;
}