From 7976f5258f3410d0da0fa810a117f8439f20812f Mon Sep 17 00:00:00 2001 From: Pupsmuckel Date: Thu, 24 Jun 2021 13:41:20 +0200 Subject: [PATCH] =?UTF-8?q?html=20=C3=84nderung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/index.html | 57 ++++++++++++++++++++++++++----------------------- data/style.css | 4 +++- 2 files changed, 33 insertions(+), 28 deletions(-) diff --git a/data/index.html b/data/index.html index 1c4b22e..3136746 100644 --- a/data/index.html +++ b/data/index.html @@ -15,47 +15,50 @@
Helligkeit -
- - - 50 + +
+ 50
-
+
Helligkeit bei Dunkelheit -
- - 50 -
+ +
+ 50 +
-
- Laufgeschwindigkeit - -
- - 50 -
-
+
+ +
+ 50 +
+ -
- Licht-An-Zeit -
- - 50 + +
+ 50
-
+ diff --git a/data/style.css b/data/style.css index 7a1b3f6..7701927 100644 --- a/data/style.css +++ b/data/style.css @@ -24,9 +24,11 @@ html { } .regler{ + position: fixed; + left: 0; -webkit-appearance: none; height: 30px; - width: 98%; + width: 100%; border-radius: 20px; outline: black; background-color: rgb(176, 188, 228);