diff --git a/bare/index.html b/bare/index.html index 7f2c67d..8b906c3 100644 --- a/bare/index.html +++ b/bare/index.html @@ -18,43 +18,56 @@ -
- Position - Percent - Velocity - Force

-
Voltage + +
+ -
- Position - Percent - Velocity - Force

-
Voltage +
+ -
- Position - Percent - Velocity - Force

-
Voltage +
+
diff --git a/bare/style.css b/bare/style.css index e77a254..35a1034 100644 --- a/bare/style.css +++ b/bare/style.css @@ -10,6 +10,10 @@ padding-left: 2.2vw; padding-right: 2.2vw; } +.button { + background-color: #223344; + border-color: #223344; +} .panel2-btns { position: absolute; @@ -81,6 +85,9 @@ background-color: #223344; height: 5vh; } +.inputbox { + width: 80px; +} .measure { background-color: #fceaea;