From 081b81660b5d6d2520c97e381ca2a06b2df3af3a Mon Sep 17 00:00:00 2001 From: dharmik803 Date: Tue, 7 Feb 2023 11:05:12 +0530 Subject: [PATCH 1/6] home section div removed --- index.html | 39 +-------------------------------------- 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/index.html b/index.html index 2a3f305..1e99cb2 100644 --- a/index.html +++ b/index.html @@ -55,44 +55,7 @@
-
- - -
-
- Discover your place -

Explore The
Best Beautiful
Beaches

- Explore - -
- - - -
-
- 5 best places to visit - - More - -
- -
- -
-
-
-
- +
From 07263e7dcac75e5cf65827e16f694c42c986fe05 Mon Sep 17 00:00:00 2001 From: dharmik803 <103947238+dharmik803@users.noreply.github.com> Date: Tue, 7 Feb 2023 11:07:16 +0530 Subject: [PATCH 2/6] line 15 added --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 779b069..f2dff9b 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,5 @@ Join the channel to see more videos like this. [Bedimcode](https://www.youtube.com/c/Bedimcode) ![travel-website](/preview.png) + + Welcome to our Travel site!! From 6aa9c8a5eb1c0e36ad1ed46948ee52d3440f6f6a Mon Sep 17 00:00:00 2001 From: dharmik803 <103947238+dharmik803@users.noreply.github.com> Date: Tue, 7 Feb 2023 11:08:39 +0530 Subject: [PATCH 3/6] edited line 59 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2a3f305..33fed78 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@
- +
@@ -471,4 +471,4 @@ - \ No newline at end of file + From b189670223ad4abffd4c68a239eda4093d0e1ac0 Mon Sep 17 00:00:00 2001 From: dharmik803 Date: Tue, 7 Feb 2023 11:12:15 +0530 Subject: [PATCH 4/6] added new css to p tag --- assets/css/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/css/styles.css b/assets/css/styles.css index 5edd368..7df6d24 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -57,6 +57,13 @@ --img-hidden: hidden; --img-scale: scale(1.1); } +p + +{ + +color:blue; + +} @media screen and (min-width: 968px) { :root { From 0d47a10fe6b9e216f72b8972b430897729d05900 Mon Sep 17 00:00:00 2001 From: dharmik803 Date: Tue, 7 Feb 2023 11:16:39 +0530 Subject: [PATCH 5/6] new file added --- hello.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hello.txt diff --git a/hello.txt b/hello.txt new file mode 100644 index 0000000..ae78b80 --- /dev/null +++ b/hello.txt @@ -0,0 +1,2 @@ +Hello Everyone, we are doing perfectly fine. +Hope you are enjoying it. \ No newline at end of file From 5a0f6e28c471a89ed0a58b89fccaf3396ab521b9 Mon Sep 17 00:00:00 2001 From: dharmik803 Date: Tue, 7 Feb 2023 11:17:02 +0530 Subject: [PATCH 6/6] p tag css removed --- assets/css/styles.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 7df6d24..288d013 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -57,13 +57,7 @@ --img-hidden: hidden; --img-scale: scale(1.1); } -p -{ - -color:blue; - -} @media screen and (min-width: 968px) { :root {