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; }