diff --git a/index.html b/index.html index ead4a3b1..ca4caaca 100644 --- a/index.html +++ b/index.html @@ -249,6 +249,62 @@ .moon{ transform-origin: 50% 100%; } + +#about { + display: flex; + flex-wrap: wrap; /* Allow boxes to wrap */ + gap: 20px; /* Space between boxes */ + justify-content: center; /* Center align items */ +} + +.box { + background-color:transparent; /* Optional for visual separation */ + border-radius: 10px; + padding: 20px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); + display: flex; + flex-direction: column; /* Stack content vertically */ + align-items: center; + max-width: 350px; /* Maximum width of each card */ + flex: 1 1 280px; /* Allow boxes to grow and shrink */ + min-width: 300px; /* Minimum width for responsiveness */ + min-height: 480px; /* Minimum height for the card */ +} + +.card-image { + width: auto; /* Set width to auto to allow centering */ + height: auto; /* Maintain aspect ratio */ + max-width: 100%; /* Ensure image does not exceed card width */ + max-height: 200px; /* Limit the max height to prevent overflow */ + object-fit: cover; /* Ensure the image covers the card area without distorting */ + border-radius: 10px; /* Match border radius of the box */ + margin: 0 auto; /* Center the image horizontally */ +} + +.box h2 { + margin-top: 10px; + text-align: center; +} + +p { + text-align: center; + margin: 10px 0; /* Add some margin for spacing */ +} + +/* Additional responsive adjustments */ +@media (max-width: 600px) { + .box { + max-width: 100%; /* Allow full width on small screens */ + min-height: auto; /* Allow height to adjust for smaller screens */ + } + + .card-image { + max-height: 150px; /* Adjust max height for smaller screens */ + } +} + + + @@ -356,25 +412,26 @@

- + Biryani

60s-style florals

From aromatic curries to flavorful biryanis, our menu showcases the diversity and deliciousness of Indian cuisine.

- + Plate

60's Dinning Items

Elegant porcelain plates with delicate floral patterns. Each plate tells a story of family gatherings and special occasions.

- Images/bon-bon candy.jpg + Candy

Whimsical Nostalgia: The Stardust Bonbon

The Stardust Bonbon, a sweet relic from an era when the universe was our playground.

+