diff --git a/index.php b/index.php index 44f63b0..8b516c9 100644 --- a/index.php +++ b/index.php @@ -8,8 +8,7 @@ } function createButton($btname,$class,$func,$title) { ?> -
- + @@ -21,6 +20,7 @@ +
diff --git a/style.css b/style.css index b2b10b9..39cdbbf 100644 --- a/style.css +++ b/style.css @@ -18,8 +18,6 @@ body{ justify-content: space-between; align-items: center; background: #324a5e; - font-family: "Comic Sans MS"; - /*overflow: hidden;*/ } #prompt{ display: flex; @@ -36,6 +34,7 @@ body{ color: #324a5e; text-shadow: 0 0 5px white; overflow: hidden; + font-family: "Comic Sans MS"; } .hidd{ display: none; @@ -58,6 +57,7 @@ body{ color: #293c4d; background: white; cursor: pointer; + outline: 0; } .btn:hover{ box-shadow: 0 0 10px white;