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