From 342976887f8b05512aeeded0e3f8d9caad94da57 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 31 Oct 2025 12:00:14 +0000 Subject: [PATCH] Add red background to card elements Co-authored-by: ezemanzur04 --- inc/frontend/css/personal-frontend.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/frontend/css/personal-frontend.css b/inc/frontend/css/personal-frontend.css index 2be8e6c..acf2ff0 100644 --- a/inc/frontend/css/personal-frontend.css +++ b/inc/frontend/css/personal-frontend.css @@ -55,6 +55,9 @@ display: flex; justify-content: flex-end; } +.card { + background-color: red; +} .card-img-top { height: 180px; background-position: center center;