diff --git a/carddeck1/cards.html b/carddeck1/cards.html index 9435d6f..e721532 100644 --- a/carddeck1/cards.html +++ b/carddeck1/cards.html @@ -7,7 +7,7 @@ -

Fiction Friction

+

@@ -16,7 +16,7 @@

- +

RESISTANCE

diff --git a/carddeck1/stylesheet.css b/carddeck1/stylesheet.css index 79e5209..17dd2ea 100644 --- a/carddeck1/stylesheet.css +++ b/carddeck1/stylesheet.css @@ -3,7 +3,7 @@ width: 7.5cm; height: 11.5cm; border: solid 3px black; - border-radius: 10px; + border-radius: 0.5cm; float: left; position: relative; margin: 1mm; @@ -16,6 +16,7 @@ top: 10mm; border-radius: 10px; z-index: -1; + display: none; } .card > h2{ top: 5mm; @@ -25,6 +26,7 @@ padding-top: 3mm; font-size: 15px; font-family:monospace; + display: none; } .card > p.text { width: 50mm; @@ -34,6 +36,7 @@ left: 10mm; text-align: center; margin: 0; + display: none; } .card > p.textnoimage { width: 60mm; @@ -43,5 +46,6 @@ left: 5mm; right: 5mm; text-align: center; - font-size: 6.5; + font-size: 6.5; + display: none; }