diff --git a/carddeck1/cards.html b/carddeck1/cards.html index 8c109e9..9435d6f 100644 --- a/carddeck1/cards.html +++ b/carddeck1/cards.html @@ -61,6 +61,9 @@

+
+
+

diff --git a/carddeck1/stylesheet.css b/carddeck1/stylesheet.css index b813c0e..79e5209 100644 --- a/carddeck1/stylesheet.css +++ b/carddeck1/stylesheet.css @@ -6,7 +6,8 @@ border-radius: 10px; float: left; position: relative; - margin: 2mm; + margin: 1mm; + break-inside: avoid; } .card > p.image > img { width: 7.5cm; @@ -14,6 +15,7 @@ position: absolute; top: 10mm; border-radius: 10px; + z-index: -1; } .card > h2{ top: 5mm; @@ -42,4 +44,4 @@ right: 5mm; text-align: center; font-size: 6.5; - } \ No newline at end of file + }