diff --git a/data/index.html b/data/index.html index b7b2668..7f4e16e 100644 --- a/data/index.html +++ b/data/index.html @@ -1,38 +1,56 @@ - - ESP8266 Treppenlicht - - - - - - -
- Treppenlicht -
-
+ + ESP8266 Treppenlicht + + + + + + +
+ Treppenlicht +
+ +
Helligkeit
-
- - -
+
+ +
-
-
+
+
+
Helligkeit bei Dunkelheit
+
+ + +
+
+
+
Laufgeschwindigkeit
-
- - -
+
+ +
- - +
+
+
+
Licht-An-Zeit
+
+ + +
+
- - + + + + + \ No newline at end of file diff --git a/data/style.css b/data/style.css index 1396422..3ea0c16 100644 --- a/data/style.css +++ b/data/style.css @@ -26,7 +26,7 @@ html { .testregler{ -webkit-appearance: none; - height: 20px; + height: 30px; width: 98%; border-radius: 20px; outline: black; @@ -44,12 +44,9 @@ html { input[type=range]::-webkit-slider-thumb{ -webkit-appearance: none; border:none; - height: 100px; - width: 100px; - background:goldenrod; - margin-top: -15px; - border-radius: o!important; - + height: 30px; + width: 4%; + border-radius: 30px; } .kopfzeile{