From 4cd7edf4b866bf10addc15489c8ff78d7374d12e Mon Sep 17 00:00:00 2001 From: Franziska Date: Tue, 16 Mar 2021 13:44:45 +0100 Subject: [PATCH] =?UTF-8?q?Stylesheet=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/stylesheet.css | 51 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 website/stylesheet.css diff --git a/website/stylesheet.css b/website/stylesheet.css new file mode 100644 index 0000000..d245689 --- /dev/null +++ b/website/stylesheet.css @@ -0,0 +1,51 @@ +#wrapper { + width: 1800px; + /*background-color:red;*/ +} + +#center { + text-align: center; + width:1024px; + float:left; + /* background-color:green;*/ +} + +#right { + width:650px; + margin-left:1150px; + /* background-color:blue;*/ +} + +#aktuellerTick { + width:300px; + text-align: center; + float:left; +} + + +#aktuellerSpieler { + width:300px; + text-align: center; + margin-left:50px; + float: right; +} + +#hinzufügen { + text-align: right; +} + +#löschen { + text-align: right; +} + +#ändern { + text-align: right; +} + +input[type="submit"] { + width:150px; +} + +#Liste { + text-align: center +}