-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
84 lines (72 loc) · 1.04 KB
/
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
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
body {
font-family: 'Lora', serif;
}
h1 {
font-size: 32px;
text-align: center;
color: black;
margin: 0 auto;
}
h2 {
font-size: 20px;
text-align: center;
color: black;
margin: 40 auto;
}
p {
color: black;
margin: 0 auto;
line-height: 1.5em;
margin-bottom: .25em;
font-size: 14px;
}
a {
color: red;
text-decoration: none;
}
div {
margin-top: 10px;
}
body {
height: 100vh;
}
.container {
margin-top: 50px;
margin-left: 100px;
}
.big {
font-size: 16px;
}
.padded {
padding: .3em;
}
.scout {
align-self: baseline;
display: flex;
justify-content: flex-end;
margin-right: 4rem;
margin-top: 50vh;
font-size: 14px;
}
.moth-1 {
position: fixed;
left: 500px;
top: 325px;
}
@media (max-width: 500px) {
h1 {
font-size: 36px;
padding: 5px;
}
img {
height: 100px;
}
.moth-1 {
position: fixed;
left: 200px;
top: 300px;
}
.container {
margin: 20px 20px 0 20px;
}
}