From 9c82683163cb82c671a4bcbf7bcab3f5f5334f08 Mon Sep 17 00:00:00 2001 From: Krish Patel <65026713+KrishPatel1205@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:23:14 +0530 Subject: [PATCH 1/5] Update bali.html --- bali.html | 156 +++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 131 insertions(+), 25 deletions(-) diff --git a/bali.html b/bali.html index a9b194f4..905c6c30 100644 --- a/bali.html +++ b/bali.html @@ -50,22 +50,42 @@ padding-top: 120px; } + + .top-container { + width: 100vw; + display: flex; + flex-direction: row; + justify-content: center; + + } + .container { text-align: center; display: flex; flex-direction: column; align-items: center; margin: auto; - width: 100%; + width: 100vw; + } + + .seach-container { + margin-right: 40px; + } + + .sort-container { + margin-left: 40px; } .card-container { display: flex; + flex-wrap: wrap; flex-direction: row; + width: 100vw; + height: 590px; align-items: center; - justify-content: space-evenly; margin: auto; - width: 100%; + margin-left: 100px; + margin-bottom: 50px; } h1 { @@ -118,16 +138,6 @@ .book-button:hover { background-color: #1a6d99; } - - /*add respnsive for small screen*/ - @media screen and (max-width:768px){ - .card-container { - flex-direction: column; - width: 90%; - margin: auto; - padding: 10px; - } - }
@@ -138,9 +148,27 @@Price per night: ₹25,990
Price per night: ₹30,990
Price per night: ₹40,990
Price per night: ₹28,990
Price per night: ₹22,990
Price per night: ₹25,990
Price per night: ₹38,990