Skip to content

Instantly share code, notes, and snippets.

@gunnarbittersmann
Forked from anonymous/dabblet.css
Created November 5, 2013 14:35
Show Gist options
  • Save gunnarbittersmann/7319920 to your computer and use it in GitHub Desktop.
Save gunnarbittersmann/7319920 to your computer and use it in GitHub Desktop.
heading underlined
/**
* heading underlined
*/
h1
{
font-size: 1.25em; /* use relative unit */
text-align: center;
text-decoration-line: line-through;
text-decoration-skip: box-decoration;
}
<h1>Heading</h1>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment