summaryrefslogtreecommitdiff
path: root/tape-deck.html
diff options
context:
space:
mode:
Diffstat (limited to 'tape-deck.html')
-rw-r--r--tape-deck.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/tape-deck.html b/tape-deck.html
index 2d88d9c..8ad58f1 100644
--- a/tape-deck.html
+++ b/tape-deck.html
@@ -2,12 +2,13 @@
<html lang=en>
<head>
<meta charset=UTF-8>
+ <link rel="stylesheet" type="text/css" href="style.css">
<title>2019 Mix Side A - Winter</title>
</head>
<body>
- <div display="flex">
+ <div class="tape-deck-container">
<div class="tape-deck">
- <img id="tape-deck" src="images/cool-deck.png">
+ <img id="tape-deck" class="tape-deck-img" src="images/cool-deck.png">
</div>
<div class="buttons" display="flex" flex-direction="row" justify-content="center">
<button id="playButton" onclick="play()">Play</button>