From 3fef5d53179447f6af8ab7a7e473fc6b4cf5bf66 Mon Sep 17 00:00:00 2001 From: GraceTitus <133824320+GraceTitus@users.noreply.github.com> Date: Tue, 19 Mar 2024 22:41:07 +0300 Subject: [PATCH 1/2] Update index.html --- index.html | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/index.html b/index.html index 69d1e1d..890db96 100644 --- a/index.html +++ b/index.html @@ -22,3 +22,75 @@ --> + + + + + + My Love For Adventure + + + + +
+

My Love For Adventure

+
+ +
+

About Me

+

+ My name is Grace Ndungu and I have always been passionate about adventure. Exploring new places, trying out different activities, and pushing my limits have always been a part of who I am. +

+
+ +
+

Favorite Adventure Spots

+ +
+ +
+

Adventure Activities

+

+ Some of my favorite adventure activities include: +

+ +
+ +
+

Explore More

+ +
+ +
+

Adventure Image

+ Mountain +
+ +
+

Subscribe for Adventure Newsletters

+
+ + + +
+
+ + + + + From c999defc78b01ca2510be5cc1030e24603082afa Mon Sep 17 00:00:00 2001 From: GraceTitus <133824320+GraceTitus@users.noreply.github.com> Date: Tue, 19 Mar 2024 22:43:55 +0300 Subject: [PATCH 2/2] Update style.css --- style.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/style.css b/style.css index 8b13789..b86f4b0 100644 --- a/style.css +++ b/style.css @@ -1 +1,27 @@ +body { + font-family: Arial, sans-serif; + margin: 0; + padding: 0; +} + +header, section, footer { + padding: 20px; + margin-bottom: 20px; + background-color: #50C878; + border-radius: 5px; +} + +h1, h2 { + color: #333; +} + +ul { + list-style-type: none; + padding: 0; +} + +footer { + text-align: center; + font-style: italic; +}