79597791

Date: 2025-04-29 07:15:57
Score: 1
Natty:
Report link

I found the answer. Turn out I just need to make those contents I don't need the same color as background to hide them

@page {
    @top-center {
        content: '';
        color: transparent;
    }
    @bottom-right {
        content: '' counter(page) ' / ' counter(pages);
        margin-bottom: 15px;
        margin-right: 10px;
    }
}
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Vu Duc Hau