Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
<!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