Page cover image

Adding a watermark

Aan image can be inserted to a custom stylesheet as a watermark with the following CSS code:

@page {
  background-image: url("https://www.meta-inf.hu/download/attachments/36405251/header_background_main.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 4cm;
}
body{
  background-color: transparent;
}

Last updated

Was this helpful?