From 083fd8573fedd029940394e461835cb84fb48266 Mon Sep 17 00:00:00 2001 From: ELDRAZI-17 <78639467+ELDRAZI-17@users.noreply.github.com> Date: Mon, 18 Dec 2023 19:42:58 +0100 Subject: [PATCH] Update style.css --- style.css | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/style.css b/style.css index f0bc74e..abee1b3 100644 --- a/style.css +++ b/style.css @@ -1,10 +1,7 @@ -html { - background: black; - height: 100%; - overflow: hidden; +body{ + background-color: black; + font-family: 'NemoyBold'; } -body { - margin: 0; - padding: 0; - height: 100%; +marquee { + color : #08BD0E; }