diff --git a/index.html b/index.html
index 1001df4..bde8b34 100644
--- a/index.html
+++ b/index.html
@@ -15,6 +15,15 @@
input[type="range"] {
-webkit-appearance: none;
border: 1px solid black;
+ width:200px;
+ margin:0;
+ box-sizing:border-box;
+ }
+ div {
+ width: 100px;
+ border-right:1px solid black;
+ height:10px;
+ box-sizing:border-box;
}
@@ -36,6 +45,7 @@