Re: [csswg-drafts] [css-page-4] Page margin box for watermarks and overlays

Prince has now implemented a prince-overlay page region:

```css
@page {
  @prince-overlay {
    content: "WATERMARK";
    font-size: 300%;
    transform: rotate(-30deg)
  }
}
```

-- 
GitHub Notification of comment by dauwhe
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1393#issuecomment-303097848 using your GitHub account

Received on Monday, 22 May 2017 13:20:42 UTC