From bda40a2e6867d4caccecfd2a8f235e503489f714 Mon Sep 17 00:00:00 2001 From: Dev_Nandini Date: Thu, 8 Aug 2024 14:17:33 +0530 Subject: [PATCH] updated tourguide section --- .vscode/settings.json | 3 ++ index.html | 102 +++++++++++++++++++++++++++++++++++++++++- 2 files changed, 104 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..6f3a2913 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/index.html b/index.html index 727a40d8..80143e3b 100644 --- a/index.html +++ b/index.html @@ -276,7 +276,58 @@ } } +/* tour guide section */ +.center-card { + display: flex; + justify-content: center; + align-items: center; + position: relative; +} + +.image-container { + margin-top: 80px; + justify-content: center; + align-items: center; + display: flex; + overflow: hidden; + width: 1200px; + height: 400px; +} + +.carousel-images { + display: flex; + transition: transform 0.5s ease-in-out; /* Smooth transition for sliding */ + gap: 10px; +} + +.carousell-item { + min-width: 50%; + max-width: 50%; + height: 450px; + +} + +.prev, .next { + background-color: rgba(0, 0, 0, 0.5); + border: none; + color: white; + cursor: pointer; + padding: 10px; + position: absolute; + top: 50%; + transform: translateY(-50%); + z-index: 1; +} + +.prev { + left: 0; +} + +.next { + right: 0; +} + @@ -1239,6 +1290,55 @@

+

Tourist Guide

+

+ Have an amazing trip and explore the destiny +

+
+

+ Connect with the Guide +

+
+
+ +
+ +
+ +
+
+



+ + + +