Skip to content

Instantly share code, notes, and snippets.

@sdvg
Created February 8, 2012 10:12
Show Gist options
  • Save sdvg/1767800 to your computer and use it in GitHub Desktop.
Save sdvg/1767800 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
span.lh
{
vertical-align: sub;
line-height:0
}
p
{
margin:0;
font-size: 26px;
line-height: 30px;
}
h1
{
margin:0;
font-size: 42px;
line-height: 60px;
}
</style>
</head>
<body>
<h1><span class="lh">Title</span></h1>
<p><span class="lh">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</span></p>
<p><span class="lh">Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</span></p>
<h1><span class="lh">Lorem Ipsum is simply</span></h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment