I have a stylesheet that added padding to the top of the HTML5 article element. Within the page sequence that it generated, there was the same padding at the top of each page.
Is this expected?
I had expected just just the padding at the start of the article's page sequence rather than on each page.
The rule was similar to:
article {
padding-top: 5em;
}
Is this expected?
I had expected just just the padding at the start of the article's page sequence rather than on each page.
The rule was similar to:
article {
padding-top: 5em;
}