main
ada 2 years ago
parent 46de33d691
commit 78fa3777c9

@ -1,3 +1,14 @@
@font-face {
font-family: Consolation;
src: url('./fonts/Consolation014.woff') format('woff');
font-weight:normal;
}
body {
font-family: Consolation;
text-transform: uppercase;
letter-spacing: 1.5;
}
.card
{
width: 8.5cm;
@ -11,11 +22,10 @@
break-inside: avoid;
}
.card > img {
width: calc(100% - 8mm - 8mm);
width: calc(100% - 1mm - 1mm);
position: absolute;
top: 0;
left: 0;
margin: 6mm;
}
p {
@ -28,12 +38,9 @@ p {
p.down {
bottom:0;
font-family: 'Consolation';
margin: 0 0 2mm;
}
@font-face {
font-family: 'Consolation';
src: local('Consolation'),
url('./fonts/Consolation014.woff') format('opentype');
font-weight: normal;
font-style: normal;
}
.up{
margin: 2mm 0 0 0;
}

Loading…
Cancel
Save