Skip to content

Instantly share code, notes, and snippets.

@gunnarbittersmann
Created September 13, 2014 09:53
Show Gist options
  • Save gunnarbittersmann/eb1c5661ac792e15b90a to your computer and use it in GitHub Desktop.
Save gunnarbittersmann/eb1c5661ac792e15b90a to your computer and use it in GitHub Desktop.
verse lines
/**
* verse lines
* use of l elements is a willful violation of the HTML specification
*/
html
{
font: 1.5em/1.5 Georgia, serif;
}
p, footer
{
margin: 2em;
max-width: 10em;
}
l
{
display: block;
margin-left: 2em;
text-indent: -2em;
}
cite
{
font-size: 0.75em
}
<p>
<l>I don’t want to change the world</l>
<l>I’m not looking for a new England</l>
<l>I’m just looking for another girl</l>
</p>
<footer><cite>Billy Bragg, New England</cite></footer>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment