diff options
author | Grant Shangreaux <shshoshin@protonmail.com> | 2020-01-05 15:51:39 -0600 |
---|---|---|
committer | Grant Shangreaux <shshoshin@protonmail.com> | 2020-01-05 15:51:39 -0600 |
commit | 4556713ef0f4500974a20e649aeeb0630e6a55b2 (patch) | |
tree | 3c276f8ecdc506a599d9c7fb8f0f3bc65d680055 /tape-deck.html | |
parent | 342e7e1f216eef419e32ba8763a4a76a396341eb (diff) |
Add: files i forgot to commit
Diffstat (limited to 'tape-deck.html')
-rw-r--r-- | tape-deck.html | 5 |
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> |