diff --git a/www/index.html b/www/index.html index fdfa812..520a180 100644 --- a/www/index.html +++ b/www/index.html @@ -19,17 +19,17 @@

LucalEncoded?

Shock

- +
- 0 + 0
- +

Vibrate

- +
- 0 + 0
- + \ No newline at end of file diff --git a/www/styles.css b/www/styles.css index 150f883..884deb3 100644 --- a/www/styles.css +++ b/www/styles.css @@ -33,4 +33,15 @@ body { .sliderInput{ width: 90%; +} + +.sliderValue{ + background-color: rgb(31, 31, 31); + padding-left: 3%; + padding-right: 3%; + border-radius: 15px; +} + +.sliderButton{ + margin: 1%; } \ No newline at end of file