commit f48c5f4fe3d57e0017ce4d58d4350c90484147ce Author: Franziska Date: Thu Mar 18 19:09:37 2021 +0100 Webseite hinzugefügt diff --git a/website/Tickleiste.html b/website/Tickleiste.html new file mode 100644 index 0000000..ad50aea --- /dev/null +++ b/website/Tickleiste.html @@ -0,0 +1,54 @@ + + + + Tickleiste + + + + +
+
+

Tickleiste

+ + +
+ + +
+ + + + + + + diff --git a/website/javascript.js b/website/javascript.js new file mode 100644 index 0000000..e69de29 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 +} diff --git a/website/tickleiste.png b/website/tickleiste.png new file mode 100644 index 0000000..ac9e9c7 Binary files /dev/null and b/website/tickleiste.png differ