From 4fab56fa1a801a94da977985247fd70abd5a856c Mon Sep 17 00:00:00 2001 From: aglaia Date: Wed, 29 Mar 2023 19:00:11 +0200 Subject: [PATCH] saturation --- carddeck1/stylesheet.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/carddeck1/stylesheet.css b/carddeck1/stylesheet.css index b155b8f..a4317bb 100644 --- a/carddeck1/stylesheet.css +++ b/carddeck1/stylesheet.css @@ -15,8 +15,7 @@ body { { width: 7.5cm; height: 11.5cm; - border: solid 0.3px black; - border-radius: 0.5cm; + border: solid 0.3px rgb(189, 181, 181); float: left; position: relative; margin: 2mm; @@ -30,6 +29,8 @@ body { border-radius: 10px; z-index: -1; break-inside: avoid; + filter: saturate(70%); + /* display: none; */ } .card > h2{