diff --git a/index.html b/index.html index c4303b8..1e36618 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@ } .wrapper{ width: 800px; + margin: auto; } .numberInput{ width: 50px; @@ -32,7 +33,7 @@ /*vertical-align: center;*/ } hr{ - height: 1px; + height: 3px; background-color: black; border: none; } @@ -46,21 +47,25 @@ table{ width: 100%; } + h1{ + margin: 0; + }
-