diff --git a/Invaders/index.html b/Invaders/index.html index 8055869..24e2cd8 100644 --- a/Invaders/index.html +++ b/Invaders/index.html @@ -13,7 +13,7 @@




Space Invaders destroyed this page!

Take revenge on them!

-


Use Space to shoot and   to move!    or or

diff --git a/Invaders/style.css b/Invaders/style.css index ef079e9..8051b7b 100644 --- a/Invaders/style.css +++ b/Invaders/style.css @@ -13,7 +13,8 @@ h2 { font-weight: 900; text-decoration: none; color: black; - display: inline-block; + position: absolute; + left: 38.5%; background-size: 120% 100%; -webkit-background-clip: text; -webkit-text-fill-color: transparent;