79706814

Date: 2025-07-18 22:51:16
Score: 0.5
Natty:
Report link

The CSS property box-decoration-break can be used to repeat margins and paddings on all pages.

.page {
    box-decoration-break: clone;
    padding-top: 1.5in;
    padding-bottom: 1.5in;
    page-break-after: always;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: danbtl