This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Test: Page Header + Footnote</title> | |
<style> | |
.footnote { | |
float: footnote; | |
} | |
@page { | |
@top-center { | |
content: "Here is page header, Lorem ipsum, dolor sit amet consectetur adipisicing elit"; | |
overflow: visible; | |
} | |
} | |
</style> | |
</head> | |
<body> | |
<p>Here is body text.<span class="footnote">This is a footnote.</span></p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment