From cf15515153caa28366a0fa77cbcd5724d9aadc65 Mon Sep 17 00:00:00 2001 From: moon Date: Wed, 4 Mar 2026 12:36:49 +0200 Subject: [PATCH] Add marquee effect to welcome message and update color scheme --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 2fec252..cd82c64 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,7 @@
-

Welcome to the website!

+

Welcome to the website!

Not much here for now :)

Just barely had stuff changed after being made with sadgrl.online layout maker

@@ -159,7 +159,7 @@ /* the area below is for all links on your page EXCEPT for the navigation */ #container a { - color: #ED64F5; + color: #fcc3ff; font-weight: bold; /* if you want to remove the underline you can add a line below here that says: @@ -168,7 +168,7 @@ #header { width: 100%; - background-color: #5e4e8c; + background-color: #ffa6da; /* header color here! */ height: 150px; /* this is only for a background image! */ @@ -181,7 +181,7 @@ /* navigation section!! */ #navbar { height: 40px; - background-color: #13092D; + background-color: #a0006b; /* navbar color */ width: 100%; } @@ -221,7 +221,7 @@ if you want to style them separately, create styles for #leftSidebar and #rightSidebar */ aside { - background-color: #241445; + background-color: #a0006b; width: 200px; padding: 20px; font-size: smaller; @@ -232,7 +232,7 @@ /* this is the color of the main content area, between the sidebars! */ main { - background-color: #43256E; + background-color: #bd2289; flex: 1; padding: 20px; order: 2;