From 5e90ce7d4d100b1c3bb75f86d05abd6a2b29a02c Mon Sep 17 00:00:00 2001 From: SUSP8129 Date: Mon, 14 Oct 2024 20:32:37 +0900 Subject: [PATCH] update style.css --- style.css | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/style.css b/style.css index 10d8009..f91e41c 100644 --- a/style.css +++ b/style.css @@ -71,37 +71,28 @@ padding-top: 10px; } -.seventh { - background-color: brown; - color: white; -} - -.seven { - padding-top: 10px; -} - .button01 { background-color: green; - color: white; + color: black; padding: 10px 30px; text-decoration: none; font-size: 1em; } .button01:hover { - color: grey; + color: white; opacity: 0.8; } .button02 { background-color: blue; - color: white; + color: black; padding: 10px 30px; text-decoration: none; font-size: 1em; } .button02:hover { - color: grey; + color: white; opacity: 0.8; } @@ -117,6 +108,16 @@ opacity: 0.8; } +.seventh { + background-color: brown; + color: white; +} + +.seven { + padding-top: 10px; +} + + .final { background-color: wheat; }