-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (34 loc) · 834 Bytes
/
index.html
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
<!DOCTYPE html>
<style>
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
body{
margin: 0;
// overflow: hidden;
min-height: 100%;
min-width: 100%;
font-family: 'Libre Baskerville', serif;
background-color: var(--color-background);
font-weight: 400;
font-size: var(--font-size-normal);
overflow-x: hidden;
}
</style>
<body>
<div class="big" style="background:
#C3E0E5">
<h1><a href="https://zoeleblanc.com/is310-computing-humanities-2024/"> IS 310 Webpage! </a></h1>
</div>
<div class="header" style="background: #41729F"> About Me</div>
<ul>
<li>
Likes Coding and History
</li>
<li>
Likes "what we do in the shadows" TV shows
</li>
<li>
Dislikes Mint Chocolate
</li>
</ul>
</body>
</html>