-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
@page {
@top-center {
content: "top-center"; border: solid green;
}
@bottom-center {
content: counter(pageNumber); border: solid blue;
}
}
@page :first {
@top-center {
content: "top-center-first"; border: solid green;
}
@bottom-center {
content: "bottom-center-first"; border: solid blue;
}
}https://developer.mozilla.org/en-US/docs/Web/CSS/page
https://developer.mozilla.org/en-US/docs/Web/CSS/@page
Available in chrome v131
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels