diff options
author | Grant Shangreaux <shshoshin@protonmail.com> | 2020-01-05 15:49:30 -0600 |
---|---|---|
committer | Grant Shangreaux <shshoshin@protonmail.com> | 2020-01-05 15:49:30 -0600 |
commit | 342e7e1f216eef419e32ba8763a4a76a396341eb (patch) | |
tree | 70c5366c47e6ad98247e4d0daa1fbc98dc463b37 | |
parent | 5aac92d08d940a6e6836ca2cd5946e03ee07bb3f (diff) |
Add: CSS and replace oggs with mp3s
-rw-r--r-- | audio/2019-mix-side-A.mp3 | bin | 0 -> 80391224 bytes | |||
-rw-r--r-- | audio/2019-mix-side-B.mp3 | bin | 0 -> 80734624 bytes | |||
-rw-r--r-- | style.css | 50 |
3 files changed, 50 insertions, 0 deletions
diff --git a/audio/2019-mix-side-A.mp3 b/audio/2019-mix-side-A.mp3 Binary files differnew file mode 100644 index 0000000..04dadc5 --- /dev/null +++ b/audio/2019-mix-side-A.mp3 diff --git a/audio/2019-mix-side-B.mp3 b/audio/2019-mix-side-B.mp3 Binary files differnew file mode 100644 index 0000000..ebf96b9 --- /dev/null +++ b/audio/2019-mix-side-B.mp3 diff --git a/style.css b/style.css new file mode 100644 index 0000000..c2b9668 --- /dev/null +++ b/style.css @@ -0,0 +1,50 @@ +body { + background: lightblue; +} + +p { + font-family: Courier, Monospace; + font-size: .8em; + width: 80%; + margin: auto; + margin-top: 1em; + padding: 1em; + border: 1px solid gray; +} + +.intro { + margin-bottom: 1em; +} + +.tape-container { + display: flex; + margin: auto; + width: 95%; +} + +.tape { + width: 95%; + height: auto; + max-width: 50vw; +} + +.tape-deck-container { + display: flex; + flex-direction: column; + justify-content: center; + margin: auto; + width: 95%; +} + +.tape-deck { + margin: auto; + margin-top: 1em; +} + +.buttons { + margin: auto; +} + +.tape-deck-img { + max-width: 95vw; +} |