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.

48 lines
615 B
CSS

body{ height: 297mm;
width: 210mm;
}
.page {
height: 297mm;
width: 210mm;
}
.card {
border: 5mm solid rosybrown;
width: 45%;
float: left;
width: 90mm;
height: 66mm;
}
h1{
font-size: 10pt;
font-family: 'Courier New', Courier, monospace;
color: #c4007a;
padding-left: 2cm;
text-align: center;
padding-top: 50px;
}
p{
font-size: 10pt;
font-family:'Fjord', sans-serif;
color: #9594c4;
padding-right: 2cm;
text-align: center;
}
img {
width: 90mm;;
height: 66mm;
object-fit: cover;
}