Skip to content

Support @page selector :blank and page-break left and right

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>page-background.html</title>
    <style>
        @page {
            size: 200px 100px;
            margin: 10px;
        }

        @page:left {
            background: red;
            margin-top: 100px;
            @top-center {
                content: 'blank';
            }
        }

        p {
            break-after: left;
        }
    </style>
</head>
<body>
    <p>Hello World 1</p>
    <p>Hello World 2</p>
    <p>Hello World 3</p>
</body>
</html>
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information