Created
December 16, 2020 16:02
-
-
Save ragog/2580fe0285cd757ec4c6f647ad2a1d82 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
<html> | |
<head> | |
<style type="text/css"> | |
#header { | |
padding: 0; | |
} | |
.content { | |
width: 100%; | |
background-color: #777; | |
color: white; | |
padding: 5px; | |
-webkit-print-color-adjust: exact; | |
vertical-align: middle; | |
font-size: 15px; | |
margin-top: 0; | |
display: inline-block; | |
} | |
.title { | |
font-weight: bold; | |
} | |
.date { | |
text-align:right; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="content"> | |
<span class="title"></span> - | |
<span class="date"></span> | |
<span class="url"></div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment