cardsforprint

main
ada 1 year ago
parent 6f71bf6049
commit daea103a21

@ -3,7 +3,7 @@
<html>
<head>
<meta charset="utf-8">
<title>flex card</title>
<title>Oracolotto</title>
<link href="stylesheet.css" rel="stylesheet">
<script src="circletype.min.js"></script>
@ -111,7 +111,7 @@
<div class="card">
<p id="up" class="up">'o ccafè</p>
<p id="down" class="down">the coffee</p>
<img src='./images/coffee.PNG'>
<img src=''>
</div>
<div class="card">

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

Loading…
Cancel
Save