diff --git a/test/js/index.css b/test/js/index.css index 3b52518..e9980b8 100644 --- a/test/js/index.css +++ b/test/js/index.css @@ -10,14 +10,12 @@ button { height: 3em; color: rgb(255, 255, 255); background-color: rgb(240, 120, 24); + display: block; + margin: 0 auto; + margin-top: 2em; } button:hover { color: rgb(240, 120, 24); background-color: rgb(255, 255, 255); } - -#click_button { - display: block; - margin: 16em auto; -} diff --git a/test/js/index.html b/test/js/index.html index b81054a..4d9b8b4 100644 --- a/test/js/index.html +++ b/test/js/index.html @@ -8,6 +8,8 @@