collage cards

main
aglaia 1 year ago
parent fc327086b9
commit 3cfd993dc9

@ -46,7 +46,7 @@
</div> </div>
<div class="card"> <div class="card">
<h2>medium</h2> <h2>MEDIUM</h2>
<p class = 'image'><img src='./images/medium.png'></p> <p class = 'image'><img src='./images/medium.png'></p>
<p class = 'text'></p> <p class = 'text'></p>
</div> </div>
@ -61,14 +61,56 @@
<p class = 'image'><img src='./images/parasites.png'></p> <p class = 'image'><img src='./images/parasites.png'></p>
<p class = 'text'></p> <p class = 'text'></p>
</div> </div>
<br>
<br>
<br>
<div class="card"> <div class="card">
<h2>HERETICS</h2> <h2>HERETICS</h2>
<p class = 'image'><img src='./images/heretics.png'></p> <p class = 'image'><img src='./images/heretics.png'></p>
<p class = 'text'></p> <p class = 'text'></p>
</div> </div>
<div class="card">
<h2></h2>
<p class = 'text'>Where somebody could find the witch in here?</p>
</div>
<div class="card">
<h2></h2>
<p class = 'text'>Who are witch's enemies here?</p>
</div>
<div class="card">
<h2></h2>
<p class = 'text'>What kind of tools/weapons would a witch use here?</p>
</div>
<div class="card">
<h2></h2>
<p class = 'text'>Who would be witch's frineds here?</p>
</div>
<div class="card">
<h2></h2>
<p class = 'text'>What the witch would destroy here?</p>
</div>
<div class="card">
<h2></h2>
<p class = 'text'>Can you describe a witch's ritual here?</p>
</div>
<div class="card">
<h2></h2>
<p class = 'text'>What would be a witch's shelter here?</p>
</div>
<div class="card">
<h2></h2>
<p class = 'text'>What would you do with your witch friend here?</p>
</div>
</section> </section>
</body> </body>

@ -2,52 +2,52 @@
"cards" : [{ "cards" : [{
"name" : "MEDIUM", "name" : "MEDIUM",
"text" : "", "text" : "",
"image": "medium.jpg" "image": "medium.png"
}, },
{ {
"name" : "PARASITES", "name" : "PARASITES",
"text" : "", "text" : "",
"image": "parasites.jpg" "image": "parasites.png"
}, },
{ {
"name" : "HERETICS", "name" : "HERETICS",
"text" : "", "text" : "",
"image": "heretics.jpg" "image": "heretics.png"
}, },
{ {
"name" : "NA(RRA)TION", "name" : "NA(RRA)TION",
"text" : "", "text" : "",
"image": "na(rra)tions.jpg" "image": "na(rra)tions.png"
}, },
{ {
"name" : "MONITOR", "name" : "MONITOR",
"text" : "", "text" : "",
"image": "monitors.jpg" "image": "monitors.png"
}, },
{ {
"name" : "RESISTANCE", "name" : "RESISTANCE",
"text" : "", "text" : "",
"image": "resistance.jpg" "image": "resistance.png"
}, },
{ {
"name" : "SHAHMARAN", "name" : "SHAHMARAN",
"text" : "", "text" : "",
"image": "SHAHMARAN.jpg" "image": "SHAHMARAN.png"
}, },
{ {
"name" : "IDENTIFY ME", "name" : "IDENTIFY ME",
"text" : "", "text" : "",
"image": "identify.jpg" "image": "identify.png"
}, },
{ {
"name" : "DARLING, DARLING", "name" : "DARLING, DARLING",
"text" : "", "text" : "",
"image": "darling.jpg" "image": "darling.png"
}, },
{ {
"name" : "I HAD A DREAM", "name" : "I HAD A DREAM",
"text" : "", "text" : "",
"image": "dream.jpg" "image": "dream.png"
} }
] ]

@ -16,7 +16,7 @@
top: 10mm; top: 10mm;
border-radius: 10px; border-radius: 10px;
z-index: -1; z-index: -1;
display: none; /* display: none; */
} }
.card > h2{ .card > h2{
top: 5mm; top: 5mm;
@ -24,28 +24,30 @@
margin: 0; margin: 0;
text-align: center; text-align: center;
padding-top: 3mm; padding-top: 3mm;
font-size: 15px; font-size: 13px;
font-family:monospace; font-family:monospace;
display: none; /* display: none; */
} }
.card > p.text { .card > p.text {
width: 50mm; width: 50mm;
height: 50mm; height: 50mm;
position: absolute; position: absolute;
top: 15mm; top: 40mm;
left: 10mm; left: 10mm;
text-align: center; text-align: center;
margin: 0; margin: 0;
display: none; font-family: monospace;
/* display: none; */
} }
.card > p.textnoimage { .card > p.textnoimage {
width: 60mm; width: 60mm;
height: 85mm; height: 85mm;
position: absolute; position: absolute;
top: 5mm; top: 20mm;
left: 5mm; left: 5mm;
right: 5mm; right: 5mm;
text-align: center; text-align: center;
font-size: 6.5; font-size: 6.5;
display: none; font-family: monospace;
/* display: none; */
} }

Loading…
Cancel
Save