diff --git a/html/index.html b/html/index.html index 555b930b..aab43b52 100644 --- a/html/index.html +++ b/html/index.html @@ -19,4 +19,8 @@ + + + + diff --git a/html/style.css b/html/style.css index cee5c6c9..84890b15 100644 --- a/html/style.css +++ b/html/style.css @@ -1,9 +1,3 @@ -body { - font-family: sans-serif; - overflow: hidden; - display: none; -} - #cursor { position: absolute; z-index: 999999; @@ -13,10 +7,13 @@ body { .dialog { width: 300px; position: absolute; - left: 50%; - transform: translateX(-50%); + margin-left: auto; + margin-right: auto; + left: 0; + right: 0; padding: 10px; - background-color: rgba(0, 0, 0, 0.5); + box-shadow: 0px 0px 50px 0px #000; + overflow: hidden; } form { @@ -24,8 +21,8 @@ form { } input[type=text] { - width: 100%; - padding: 10px; + width: 93%; + padding: 7px; text-align: center; } @@ -33,7 +30,7 @@ button { display: block; margin-top: 5px; padding: 10px; - background-color: Blue; + background-color: #506be6; border: 0; color: #fff; width: 100%; @@ -44,9 +41,8 @@ h1 { margin-top: 5px; margin-right: 5px; padding: 10px; - background-color: Blue; - border: 0; + background-color: #506be6; color: #fff; width: 93%; text-align: center; -} +} \ No newline at end of file