From 227113de0e779f2919f7478181faf66551ef7c94 Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Mon, 6 Jan 2020 09:56:36 -0600 Subject: Add: hardware image play/pause button --- style.css | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'style.css') 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 { -- cgit v1.2.3