styled the card

main
suzan 1 year ago
parent b365600add
commit 388c71936a

@ -1,7 +1,7 @@
.card
{
width: 8.5cm;
height: 13.5cm;
width: 7.5cm;
height: 11.5cm;
border: solid 3px black;
border-radius: 10px;
float: left;
@ -9,10 +9,10 @@
margin: 2mm;
}
.card > p.image > img {
width: 8.5cm;
height: 12cm;
width: 7.5cm;
height: 10.6cm;
position: absolute;
top: 15mm;
top: 10mm;
border-radius: 10px;
}
.card > h2{
@ -20,8 +20,9 @@
left: 5mm;
margin: 0;
text-align: center;
padding-top: 5mm;
font-size: 9;
padding-top: 3mm;
font-size: 15px;
font-family:monospace;
}
.card > p.text {
width: 50mm;

Loading…
Cancel
Save