diff options
author | Grant Shangreaux <shshoshin@protonmail.com> | 2020-01-06 09:56:36 -0600 |
---|---|---|
committer | Grant Shangreaux <shshoshin@protonmail.com> | 2020-01-06 09:56:36 -0600 |
commit | 227113de0e779f2919f7478181faf66551ef7c94 (patch) | |
tree | 74e8e8ff39c3be7a349e050a766f8bba6a809097 /style.css | |
parent | 4556713ef0f4500974a20e649aeeb0630e6a55b2 (diff) |
Add: hardware image play/pause button
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -41,8 +41,21 @@ p { margin-top: 1em; } -.buttons { - margin: auto; +.button-container { + display: flex; + justify-content: center; +} + +button { + margin: 0; + padding: 0; + background: lightblue; + width: 130px; + border: none; +} + +.play-button { + width: 130px; } .tape-deck-img { |