Created
April 7, 2019 17:13
-
-
Save MurakamiShinyu/b4e4a5bed569cf5a0e49d8705af6c679 to your computer and use it in GitHub Desktop.
This file contains hidden or 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