diff --git a/vier_gewinnt/CSS/style.css b/vier_gewinnt/CSS/style.css index a9b743d..a34bbd8 100644 --- a/vier_gewinnt/CSS/style.css +++ b/vier_gewinnt/CSS/style.css @@ -2,11 +2,20 @@ body{ background-color: antiquewhite; } +h1{ + font-size: 50px; +} + +p{ + font-size: 20px; +} + table{ background-color: rgb(29, 6, 233); border: 3px solid black; border-radius: 20px; padding: 5px; + margin: 20px; } td{ @@ -19,4 +28,8 @@ td{ td:hover{ background-color: rgb(80, 80, 80); +} + +button{ + } \ No newline at end of file