-
Notifications
You must be signed in to change notification settings - Fork 2
/
homepage.css
170 lines (162 loc) · 3.57 KB
/
homepage.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
body {
margin: 0;
padding: 0;
}
h1 {
color: purple;
font-family: Lobster;
font-size: 110px;
margin-bottom: 0;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: pink;
text-align: center;
display: flex;
justify-content: center;
margin-right: auto;
margin-left: auto;
padding-left: auto;
padding-right: auto;
width: 100%;
position: fixed;
}
li {
float: right;
display: inline;
font-family: "Paytone One";
font-size: 25px;
height: 10vh;
line-height: 10vh;
padding-bottom: 0;
padding-top: 0;
margin-top: 0;
margin-bottom: 0;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
height: 10vh;
line-height: 10vh;
padding-bottom: 0;
padding-top: 0;
margin-top: 0;
margin-bottom: 0;
}
li a:hover {
background-color: #c2eabd;
}
h2 {
font-family: "Francois One";
font-size: 100px;
background-image: url("https://lh3.googleusercontent.com/8KeUnQzjsYCCekTT2cAxySqQT0OgZbGdPT9pNcti_DwUuAbkBQqD12zDYoCmbhdmFi-VgWt2URg4ovrUjPlZFWNC7HiJyexFWmUYQ8ozaZapZ_XZvol8uJglGYEXrU88Zbx06QRjEcuLXzzwau2p17p-pj8nVfzEO5CwtBQqsxBhdrv2VvBhT0A1YFUQ8UuWNucuAsUeYrjsXdEnzdd6CP-GojoJGpfEfnsPkx6w_2pqrwIbNNyhrxMht1MK-RV63qpCO9CISOvjnhBYN3DSosngkCJI3q59S1e3rSuUkkTR3J3cOZaIktQiGZgvrIv8bokQzj1tu_iOxn6A6QWMlzA438P2NvwAkFqBY_T2sXky-R12GAaqUbl_7dcNitVrzg76iN_8NaKizb84HahT-m0_F50jsmJx8rwyNZtY05N9dQTYmySbmE7J8pWzUeMRsR50iCI7MaRmdYjmX-xBhtnA7Y1pT7f9GyX1ha5JThMQ8HjMBznus_izpF7GqfT6mURr0i7Eji-3EdocSSabLm4RQv8hagcdyi-NQiqkd1IDCBHUULo2ejpTOrtOsXxLLHTwoRddg0w4F91Ey3XWU59Bs_d4HHFKBXV46ZDjblXjaK0STi8saQWytaJNYoCT-Sea5n24CCFx-Hf3w0xSZmKh9jxzVIFMfA=w2880-h1384-no");
background-attachment: fixed;
width: 100%;
height: 80vh;
margin-top: 0;
color: white;
text-shadow: 0.05em 0.05em black;
margin-bottom: 0;
padding-top: 1em;
padding-bottom: 1em;
line-height: 80vh;
animation: zoom 3s ease;
}
img{
animation: zoomImg 3s ease;
width: 7%;
}
.third {
width: 33.33%;
height: 300px;
font-family: "Francois One";
vertical-align: top;
padding-top: 1em;
padding-bottom: 1em;
padding-right: 1em;
padding-left: 1em;
margin-top: 3em;
}
html{
background: linear-gradient(to right, white, pink, white);
}
.third img{
width: 50%;
animation: zoomImg1 4s ease;
}
table {
margin-top: 1em;
}
button{
font-family: sanchez;
font-weight: bold;
background-color: white;
padding: 0.5em 0.5em;
width: 50%;
border-radius: 0.5em;
font-size: 15px;
}
button a{
text-decoration: none;
text-decoration: none;
color: black;
}
h4{
font-size: 2em;
margin-bottom: 0.5em;
margin-top: 0;
}
#exquote{
padding: 1em 1em;
margin: 0.5em 1em;
margin-top: 0;
border: double;
font-size: 1.25em;
width: 50%;
text-align: center;
margin-right: auto;
margin-left: auto;
}
.resources {
text-align: center;
margin-top: 0;
padding: 1em 1em;
font-family: "Shadows Into Light";
font-size: 25px;
}
.sources {
font-family: "Shadows Into Light";
font-size: 20px;
}
h5 {
font-size: 18px;
font-family: "Francois One";
}
.bod {
background: linear-gradient(to right, white, pink, white);
}
h3{
font-family: Sanchez;
font-size: 1em;
}
#map{
display: none;
}
@keyframes zoom{
0% {font-size: 1px}
100% {font-size: 100px}
}
@keyframes zoomImg{
0% {width:0%}
100%{width: 7%}
}
@keyframes zoomImg1{
0% {width:50%}
100%{width: 50%}
}