diff --git a/components/Card.tsx b/components/Card.tsx index 4e84866..3cc339a 100644 --- a/components/Card.tsx +++ b/components/Card.tsx @@ -12,6 +12,7 @@ export function Card( const backgroundStyle = { backgroundImage: `url(${image})`, backgroundSize: "cover", + boxShadow: "0px -60px 90px black inset, 0px 10px 20px #fff3 inset", }; if (backgroundSize !== 100) { @@ -24,11 +25,16 @@ export function Card( +
{/* Recipe Card content */} @@ -38,10 +44,7 @@ export function Card( {title}
-
+
); }