summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorGrant Shangreaux <shshoshin@protonmail.com>2020-01-06 09:56:36 -0600
committerGrant Shangreaux <shshoshin@protonmail.com>2020-01-06 09:56:36 -0600
commit227113de0e779f2919f7478181faf66551ef7c94 (patch)
tree74e8e8ff39c3be7a349e050a766f8bba6a809097 /style.css
parent4556713ef0f4500974a20e649aeeb0630e6a55b2 (diff)
Add: hardware image play/pause button
Diffstat (limited to 'style.css')
-rw-r--r--style.css17
1 files changed, 15 insertions, 2 deletions
diff --git a/style.css b/style.css
index c2b9668..b76978d 100644
--- a/style.css
+++ b/style.css
@@ -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 {