From 99602e17162dabef5c308655ac06454107358630 Mon Sep 17 00:00:00 2001 From: Rohan Shrivastava Date: Sun, 13 Oct 2024 22:52:19 +0530 Subject: [PATCH] Placed 'Game Over' at Center of the Box !! --- Alien.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Alien.css b/Alien.css index 2fb8023..d046834 100644 --- a/Alien.css +++ b/Alien.css @@ -195,8 +195,8 @@ button{ #gameOver { position: absolute; - top: 30%; - left: 38%; + top: 42%; + left: 32%; transform: translate(-50%, -50%); font-size: 48px; color: #f00;