From daea103a21eb0bf6139b8e38181e3d7bcd7d29fe Mon Sep 17 00:00:00 2001 From: ada <> Date: Thu, 23 Mar 2023 14:08:55 +0100 Subject: [PATCH] cardsforprint --- ogcardeck/cards.html | 4 ++-- ogcardeck/stylesheet.css | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ogcardeck/cards.html b/ogcardeck/cards.html index 5435f30..04f1985 100644 --- a/ogcardeck/cards.html +++ b/ogcardeck/cards.html @@ -3,7 +3,7 @@ - flex card + Oracolotto @@ -111,7 +111,7 @@

'o ccafè

the coffee

- +
diff --git a/ogcardeck/stylesheet.css b/ogcardeck/stylesheet.css index 68d75ee..cbb03d2 100644 --- a/ogcardeck/stylesheet.css +++ b/ogcardeck/stylesheet.css @@ -11,6 +11,7 @@ break-inside: avoid; } .card > img { + display: none; width: calc(100% - 8mm - 8mm); position: absolute; top: 0; @@ -19,6 +20,7 @@ } p { + display: none; position: absolute; margin: 2mm; width: 100%; @@ -26,6 +28,7 @@ p { } p.down { + display: none; bottom:0; }