From 772824b09664128ca69a096f5d8a96483bc385f3 Mon Sep 17 00:00:00 2001 From: cliang1 Date: Sun, 25 Feb 2024 21:29:13 -0800 Subject: [PATCH] frontend - multiple pics --- welcome.md | 70 +++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 62 insertions(+), 8 deletions(-) diff --git a/welcome.md b/welcome.md index 3e50714..899020a 100644 --- a/welcome.md +++ b/welcome.md @@ -3,7 +3,9 @@ layout: default title: Welcome permalink: /welcome --- -# Welcome ALL TO OUR GREAT WEBSITE + +# Welcome ALL TO OUR GREAT WEBSITE + @@ -40,7 +42,7 @@ permalink: /welcome /* Create the parallax scrolling effect */ .parallax-image { background-attachment: fixed; - } + } .parallax-image a { font-size: 48px; /* Make the font two times bigger */ font-weight: bold; /* Make the font bold */ @@ -51,22 +53,24 @@ permalink: /welcome z-index: 1; /* Ensure the title is above the image */ } /* Customize title colors */ - .parallax-image:nth-child(1) a { color: #000000; } /* Red */ - .parallax-image:nth-child(2) a { color: #FC28FF; } /* Green */ - .parallax-image:nth-child(3) a { color: #8628FF; } /* Blue */ - .parallax-image:nth-child(4) a { color: #000000; } /* Yellow */ + .parallax-image:nth-child(1) a { color: #6F8DD9; } /* blue */ + .parallax-image:nth-child(2) a { color: #D96FC3; } /* pink */ + .parallax-image:nth-child(3) a { color: #AA6FD9; } /* purple */ + .parallax-image:nth-child(4) a { color: #000000; } /* black */ +
+ -
- Sleep +
Fitness @@ -76,5 +80,55 @@ permalink: /welcome
+ + + \ No newline at end of file