Skip to content

Instantly share code, notes, and snippets.

@TobseF
Created April 25, 2019 15:10
Show Gist options
  • Save TobseF/8920267abc8093ccd44f2c0b572dee48 to your computer and use it in GitHub Desktop.
Save TobseF/8920267abc8093ccd44f2c0b572dee48 to your computer and use it in GitHub Desktop.
<html>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<head>
<style>
body, table, p, section, header, footer, address {
box-sizing: border-box;
}
body {
width: 100%;
padding: 0;
margin: 0;
}
.logo {
float: right;
width: 50mm;
height: 25mm;
overflow: hidden;
background-image: url('http://media.local.itscope.com/img/c/34534b26-ffd4-11e0-b809-001b213e9102?version=32');
background-repeat: no-repeat;
background-size: contain;
background-position: center right;
}
@media print {
body {
max-width: initial;
padding: 0;
margin: 0;
}
}
</style>
</head>
<body>
<section class="logo"></section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment