-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
87 lines (73 loc) · 1.33 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
85
86
.topnav {
overflow: hidden;
background-color: #333;
}
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #E48411;
color: white;
}
p{
margin-left:5pt;
margin-right:3pt;
}
u.dotted {
border-bottom: 2px dashed #E171D7;
text-decoration: none;
}
body{
font-family: 'Indie Flower', serif;
}
.normal-word {
font-family: 'Caveat', serif;
font-size: 24px;
margin:0.5em;
}
.title-img img {
width: 100%;
opacity: 0.7;
}
.topheader {
font-family: 'Permanent Marker', serif;
text-align: center;
font-size:64px;
}
.secondheader {
font-family: 'Permanent Marker', serif;
text-align: left;
font-size:30px;
}
.hide {
display: none;
}
.break {
flex-basis: 100%;
height: 8em;
}
.parallax-image-one {
background-image: url("https://i.postimg.cc/nL88wZJz/darkforest.png");
height: 200px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size:cover;
}
.parallax-image-two{
background-image: url("https://i.postimg.cc/qRxzvjLs/sunrise.jpg");
height: 200px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size:cover;
}