You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
730 B
CSS

1 year ago
.card
{
width: 8.5cm;
height: 13.5cm;
border: solid 3px black;
1 year ago
border-radius: 10px;
float: left;
position: relative;
margin: 2mm;
1 year ago
}
.card > p.image > img {
width: 8.5cm;
height: 12cm;
1 year ago
position: absolute;
top: 15mm;
border-radius: 10px;
1 year ago
}
.card > h2{
top: 5mm;
left: 5mm;
margin: 0;
text-align: center;
padding-top: 5mm;
1 year ago
font-size: 9;
1 year ago
}
.card > p.text {
width: 50mm;
height: 50mm;
position: absolute;
top: 15mm;
left: 10mm;
text-align: center;
1 year ago
margin: 0;
}
.card > p.textnoimage {
width: 60mm;
height: 85mm;
position: absolute;
top: 5mm;
left: 5mm;
right: 5mm;
text-align: center;
font-size: 6.5;
}