Skip to content

Instantly share code, notes, and snippets.

@kratskij
Created July 13, 2017 13:28
Show Gist options
  • Save kratskij/2ed0c9efecdd9cf2d9cebe04eeba76bd to your computer and use it in GitHub Desktop.
Save kratskij/2ed0c9efecdd9cf2d9cebe04eeba76bd to your computer and use it in GitHub Desktop.
<html>
<head>
<style type="text/css">
body { background-color: #fff; font-family: courier; font-size: 12px; }
.wrap {
border: 10px solid #f00;
width: 202px;
padding: 10px 10px 0;
}
.footer {
background-color: #f00;
color: #fff;
margin: 0 -20px -20px;
padding: 5px 2px;
text-transform: uppercase;
}
.main {
font-weight: bold;
background-color: #fff;
}
</style>
</head>
<body>
<div class="wrap">
<div class="main">
Navn Navnesen<br />
MOTVIRKER SYMTOM<br />
Inntas etter behov og blabbetibla.<br />
</div>
<div class="footer">
Oppbevares utilgjengelig for barn
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment