From d48f6343b077e4d3e4e93677fd676790c7d20e7a Mon Sep 17 00:00:00 2001 From: aglaia Date: Tue, 1 Nov 2022 15:07:38 +0100 Subject: [PATCH] centering the image --- css/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 424f18e..ddc95da 100644 --- a/css/style.css +++ b/css/style.css @@ -1,9 +1,6 @@ body { background-color: black; - margin-top: 20%; - margin-left: 50%; - margin-right: 10%; - color: #AB00FF; + text-align: center; animation: blink 3s infinite alternate; }