From 2f14caef16d93a2f6430567740b21be4d88c2f9d Mon Sep 17 00:00:00 2001 From: aglaia Date: Tue, 1 Nov 2022 15:04:37 +0100 Subject: [PATCH] changed the position --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index cb8b577..424f18e 100644 --- a/css/style.css +++ b/css/style.css @@ -1,11 +1,11 @@ body { background-color: black; - margin-top: 10%; - margin-left: 10%; + margin-top: 20%; + margin-left: 50%; margin-right: 10%; - font-family: monospace; color: #AB00FF; animation: blink 3s infinite alternate; + } @keyframes blink {