Skip to content

Instantly share code, notes, and snippets.

@ragog
Created December 16, 2020 16:02
Show Gist options
  • Save ragog/2580fe0285cd757ec4c6f647ad2a1d82 to your computer and use it in GitHub Desktop.
Save ragog/2580fe0285cd757ec4c6f647ad2a1d82 to your computer and use it in GitHub Desktop.
<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