From a3debbb821d84da6e1dbd12f89a2df79a6a5e788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raphael=20Elstr=C3=B6m?= Date: Fri, 10 Feb 2023 16:24:15 +0100 Subject: [PATCH] Buttonstyle angepasst --- vier_gewinnt/CSS/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/vier_gewinnt/CSS/style.css b/vier_gewinnt/CSS/style.css index df1cbe2..2e77d15 100644 --- a/vier_gewinnt/CSS/style.css +++ b/vier_gewinnt/CSS/style.css @@ -28,4 +28,15 @@ td{ td:hover{ background-color: rgb(80, 80, 80); +} + +button{ + background-color: azure; + font-size: 20px; + border-color: blue; + border-radius: 3px; +} + +button:hover{ + background-color: lightblue; } \ No newline at end of file