diff --git a/data/index.html b/data/index.html index 7f4e16e..fd68c3a 100644 --- a/data/index.html +++ b/data/index.html @@ -14,39 +14,47 @@
-
Helligkeit
-
- - + Helligkeit + +
+ + 50 +
-
-
Helligkeit bei Dunkelheit
-
- - + Helligkeit bei Dunkelheit + +
+ + 50
-
-
-
Laufgeschwindigkeit
-
- - + +
+ Laufgeschwindigkeit + +
+ + 50 +
-
-
-
-
Licht-An-Zeit
-
- - + +
+ Licht-An-Zeit + +
+ + 50 +
-
diff --git a/data/style.css b/data/style.css index 3ea0c16..b7e60a8 100644 --- a/data/style.css +++ b/data/style.css @@ -20,11 +20,13 @@ html { .ueberschrift{ color: #ffffff; font-size: 50px; - width: 40%; + width: 100%; background-color: #5f5f5f; + opacity: 0.2; + text-align: center; } -.testregler{ +.regler{ -webkit-appearance: none; height: 30px; width: 98%; @@ -32,7 +34,7 @@ html { outline: black; background-color: rgb(176, 188, 228); } -.testregler::-webkit-slider-thumb{ +.regler::-webkit-slider-thumb{ -webkit-appearance: none; appearance: none; width: 5%;