From 9fb965cb95441f38c572ddc6b7e2d486bcdcbaea Mon Sep 17 00:00:00 2001 From: suzan Date: Tue, 14 Mar 2023 17:04:32 +0300 Subject: [PATCH] changed the card size --- carddeck1/stylesheet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/carddeck1/stylesheet.css b/carddeck1/stylesheet.css index fd1a0e4..e1f97fa 100644 --- a/carddeck1/stylesheet.css +++ b/carddeck1/stylesheet.css @@ -1,7 +1,7 @@ .card { - width: 90mm; - height: 120mm; + width: 70mm; + height: 95mm; border: solid 1px black; border-radius: 10px; box-shadow: 5px 5px 0px gray;