Hello together,
I want to start the versal height of the headline precisely at 18 mm from top. With this CSS:
I get 21.25 mm (see screenshot attached).
How can I achieve this properly without changing line-height of h1 and without changing the @page margins?
Thanks
Tobias
I want to start the versal height of the headline precisely at 18 mm from top. With this CSS:
@page {
size: 210mm 297mm;
margin: 18mm 18mm 17mm 18mm;
}
[...]
h1 {
font-size: 30pt;
line-height: 36pt;
}
h1::first-line {
background-color: cmyk(0,0,0,0);
}
I get 21.25 mm (see screenshot attached).
How can I achieve this properly without changing line-height of h1 and without changing the @page margins?
Thanks
Tobias