summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/index.html b/index.html
index 13eedb0..e14179f 100644
--- a/index.html
+++ b/index.html
@@ -1,23 +1,24 @@
<!DOCTYPE html>
<html lang=en>
- <head>
- <meta charset=UTF-8>
+ <head>
+ <meta charset=UTF-8>
+ <link rel="stylesheet" type="text/css" href="style.css">
<title>Tapes</title>
</head>
<body>
- <div>
+ <div class="intro">
<p>
Still in the works, but you can listen to the music of my 2019 music journal.
I intend to add writings to add to the musical/life journey of the past year.
More tapes will be added to the collection over time. Enjoy! sh.sh.
</p>
</div>
- <div display="flex" flex-direction="row">
+ <div class="tape-container">
<a href="tape-deck.html?side=A">
- <img src="images/side-a.jpeg">
+ <img src="images/side-a.jpeg" class="tape">
</a>
<a href="tape-deck.html?side=B">
- <img src="images/side-b.jpeg">
+ <img src="images/side-b.jpeg" class="tape">
</a>
</div>
</body>