From 153333cf0b917c5d14c6cecd80c416430f7c173d Mon Sep 17 00:00:00 2001 From: Krish Patel <65026713+KrishPatel1205@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:25:06 +0530 Subject: [PATCH] Update paris.html --- paris.html | 118 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) diff --git a/paris.html b/paris.html index 40d40803..3650993b 100644 --- a/paris.html +++ b/paris.html @@ -50,6 +50,15 @@ padding-top: 120px; } + + .top-container { + width: 100vw; + display: flex; + flex-direction: row; + justify-content: center; + + } + .container { text-align: center; display: flex; @@ -59,8 +68,17 @@ 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; @@ -92,6 +110,7 @@ max-height: 400px; border-radius: 8px; object-fit: cover; + height: 100%; } .hotel-card h2 { @@ -129,6 +148,24 @@