saturation

main
aglaia 2 years ago
parent e4cd45f2ef
commit 4fab56fa1a

@ -15,8 +15,7 @@ body {
{ {
width: 7.5cm; width: 7.5cm;
height: 11.5cm; height: 11.5cm;
border: solid 0.3px black; border: solid 0.3px rgb(189, 181, 181);
border-radius: 0.5cm;
float: left; float: left;
position: relative; position: relative;
margin: 2mm; margin: 2mm;
@ -30,6 +29,8 @@ body {
border-radius: 10px; border-radius: 10px;
z-index: -1; z-index: -1;
break-inside: avoid; break-inside: avoid;
filter: saturate(70%);
/* display: none; */ /* display: none; */
} }
.card > h2{ .card > h2{

Loading…
Cancel
Save