From 8de987949d7309fc88a059f91c7d098d21b3a51a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raphael=20Elstr=C3=B6m?= Date: Fri, 10 Feb 2023 12:23:10 +0100 Subject: [PATCH] =?UTF-8?q?HTML=20-->=20Schriftgr=C3=B6=C3=9Fen=20angepass?= =?UTF-8?q?t=20und=20Spielfeld=20besser=20positoniert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vier_gewinnt/CSS/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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