From f31331d344927dfd9bca940943bdba9a4d79a2b4 Mon Sep 17 00:00:00 2001 From: estellon Date: Tue, 30 Jul 2024 19:18:04 +0200 Subject: [PATCH] button --- pong/static/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pong/static/styles.css b/pong/static/styles.css index 3a5bf88..460feb3 100644 --- a/pong/static/styles.css +++ b/pong/static/styles.css @@ -39,6 +39,12 @@ button { letter-spacing: 2px; } +button:hover { + background-color: #000033; + color: #00ffff; + box-shadow: 0 0 20px #00ffff; +} + #game1 { width: 810px; height: 500px;