From c5d6284448daa1ac000e5b3a07c1d33a3e54d5d7 Mon Sep 17 00:00:00 2001 From: Rikki Date: Sat, 19 Apr 2025 19:17:36 +0800 Subject: =?UTF-8?q?add=20rainbow=20command=20=F0=9F=8C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/main.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'styles') diff --git a/styles/main.css b/styles/main.css index 017154f..6fcbe8c 100644 --- a/styles/main.css +++ b/styles/main.css @@ -32,13 +32,22 @@ a { color: rgb(238, 238, 238); } -body { +{{/* body { background-color: #393A59; height: 100vh; font-family: 'Fira Code', monospace; display: flex; align-items: center; justify-content: center; +} */}} + +body { + height: 100vh; + font-family: 'Fira Code', monospace; + display: flex; + align-items: center; + justify-content: center; + background-color: #393A59; } .container { -- cgit v1.2.3