From 2e5928e70a7b3433647a6f4e772fadd068928af7 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 29 Apr 2025 11:27:44 +0000 Subject: style(index.html): Format file --- index.html | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 073bb80..53eece4 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + @@ -14,8 +14,18 @@ body { background-color: #0b1622; color: rgb(159, 173, 189); - font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, - Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; + font-family: + Roboto, + -apple-system, + BlinkMacSystemFont, + Segoe UI, + Oxygen, + Ubuntu, + Cantarell, + Fira Sans, + Droid Sans, + Helvetica Neue, + sans-serif; } main { @@ -29,7 +39,8 @@ top: 50%; left: 50%; transform: translate(-50%, -50%); - box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.1), + box-shadow: + 0 0 8px -2px rgba(0, 0, 0, 0.1), 0 6px 20px -3px rgba(0, 0, 0, 0.2); } @@ -259,7 +270,7 @@