diff --git a/test/js/index.css b/test/js/index.css index 830576d..3b52518 100644 --- a/test/js/index.css +++ b/test/js/index.css @@ -2,3 +2,22 @@ margin: 0; padding: 0; } +button { + border: 2px; + border-style: solid; + border-color: rgb(240, 120, 24); + width: 8em; + height: 3em; + color: rgb(255, 255, 255); + background-color: rgb(240, 120, 24); +} + +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 d9f2102..b81054a 100644 --- a/test/js/index.html +++ b/test/js/index.html @@ -4,8 +4,10 @@ - +