From 6126504f3c1e9876e9323de9b23686691b473b3c Mon Sep 17 00:00:00 2001 From: Timo Henkensiefken Date: Sat, 7 Dec 2024 11:31:32 +0100 Subject: [PATCH] zwischenstand freitag --- fetchapi.js | 2 +- index.html | 19 +++++++++++++++++++ style.css | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+), 1 deletion(-) diff --git a/fetchapi.js b/fetchapi.js index a0a3f2e..3d7a3a8 100644 --- a/fetchapi.js +++ b/fetchapi.js @@ -96,4 +96,4 @@ function getTable(listHead, list, listData) { } refreshData(); -setInterval(refreshData, 15000); +// setInterval(refreshData, 15000); diff --git a/index.html b/index.html index 6f6a2e2..e4d5143 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,22 @@ + + + + + +
+ +
Kuhberg ❯ 12
+
Science Park II ❯ 12
+
+ + + + + diff --git a/style.css b/style.css index 8cbbf74..2a8a98b 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,39 @@ margin: 0; } +body { + background-color: black; + font-size: 90px; + font-family: verdana, sans; +} + +.route { + margin: 16px; + +} + +.route img { + height: 200px; + float: left; +} + +.destination { + height: 200px; + background-color: white; + color: red; +} + +.route div:first-child { + border-radius: 100px 0 0 0; +} + + +/* + * { + padding: 0; + margin: 0; +} + body { font-family: Helvetica, sans; width: 50%;