From 1e05d2cf21e4878710f818c5a73dd84e22432c56 Mon Sep 17 00:00:00 2001 From: "Roshansuthar2023@gmail.com" Date: Sat, 19 Oct 2024 19:38:01 +0530 Subject: [PATCH] Changes some css styles of food card and image --- style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 2e9bc4dd..d382cebd 100644 --- a/style.css +++ b/style.css @@ -422,7 +422,11 @@ body { .menu_items .items img { justify-content: center; height: 270px; - width: 250px; + width: 330px; + border-radius: 10px; + object-fit: cover; + outline:brown 3px inset; + outline-offset: 3px; } .menu_items .items h3 { @@ -456,6 +460,7 @@ body { height: auto; transform: scale(1.15); opacity: 0.7; + transition: transform 0.5s, opacity 0.5s; } .meal-photo img:hover {