-
Notifications
You must be signed in to change notification settings - Fork 1
/
come.html
56 lines (43 loc) · 855 Bytes
/
come.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Stargazers</title>
<meta name="description" content="A poem">
<style>
body {
background-color: hsl(248.2, 99.1%, 55.5%);
color: snow;
font-family: system-ui, sans-serif;
line-height: 1.6;
margin: 1em;
background-image:
linear-gradient(to right, hsl(248.2, 99.1%, 55.5%) 30%, transparent),
url("assets/stargazers.png");
}
h1 {
font-style: italic;
color: white;
padding-block-end: 0.15em;
}
p {
padding-inline-start: 0.2em;
}
</style>
</head>
<body>
<h1>Come dream with me</h1>
<p>
You've been dreaming of you,<br>
Stargazer<br>
I've been dreaming of me<br>
We've been dreaming of time<br>
Endlessly
</p>
<p>
Come dream with me<br>
The stars are yet to be
</p>
</body>
</html>