-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 1.21 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Third Musketeer</title>
<style>
body {
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Noto Color Emoji";
}
h3 {
font-family: Caveat;
}
</style>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap"
/>
</head>
<body style="width: 100vw; background-color: black; color: white">
<div style="margin-left: auto; margin-right: auto; padding: 8rem">
<h1 style="color: #fcd34d; font-weight: bold; font-size: 4.5rem">
<span>Thi<span style="color: #e04343">r</span>d</span><br />
<span> Musketee<span style="color: #e04343">r</span></span>
</h1>
<h3 style="letter-spacing: 14px; font-weight: 300; color: #e04343">
PROGRAMMER
</h3>
</div>
</body>
</html>