diff options
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 { |