From 7ad81a3b9e5c27e08095bdc16d8fea14a2d9b759 Mon Sep 17 00:00:00 2001 From: Harshwardhan Date: Fri, 24 May 2024 00:09:57 +0530 Subject: [PATCH] Alignment of the Benifits Card --- assets/css/test-style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/css/test-style.css b/assets/css/test-style.css index cfc25fc20..134984bbe 100644 --- a/assets/css/test-style.css +++ b/assets/css/test-style.css @@ -20,6 +20,20 @@ border-radius: 25px; } +/* Benifits Card Alignment by "harshcodesit" */ + +.container{ +display: flex; +} + +.benefits-card{ + width: 255px; + height: 586.200px; +} + +/* ############################################# */ + + /* Chapter Card hover effect by "harshcodesit" */ .cardo { display: block; @@ -71,6 +85,8 @@ } /* ############################################# */ + + .card{ border-radius: 25px;