Skip to content

Commit eb602a9

Browse files
authored
Add files via upload
1 parent 0b9b76c commit eb602a9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

interests.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link rel="stylesheet" href="index.css">
7+
</head>
8+
<style>
9+
body{
10+
background-color: oklch(0.6246 0.2093 7);
11+
}
12+
</style>
13+
<body>
14+
15+
<div class="t"><a href="https://circledude64.github.io" style="color: white">INTERESTS</a></div>
16+
<div class="br">
17+
<div class="brd">music taste:<br>
18+
none, just something that goes into my ears
19+
<p><span style="text-decoration: underline">example</span>: most of lauren bousefield's music</p></div>
20+
<div class="brd">topic of most interest:<br>
21+
varies from time to time
22+
<p><span style="text-decoration: underline">example</span>: effects of sound waves on light objects</p>
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)