Skip to content

Instantly share code, notes, and snippets.

@mpriour
Created October 24, 2012 19:50
Show Gist options
  • Save mpriour/3948394 to your computer and use it in GitHub Desktop.
Save mpriour/3948394 to your computer and use it in GitHub Desktop.
printng html test blob
<html>
<head>
<style type="text/css">
body{background-color: red;}
h1{color: white; font-style: italic;}
p{color: blue; font-size: small;}
</style>
</head>
<body style="width: 1200px; height: 125px;">
<h1>Foo BAR baz</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment