Skip to content

Instantly share code, notes, and snippets.

@andrewdh
Forked from anonymous/dabblet.css
Created March 23, 2013 19:27
Show Gist options
  • Save andrewdh/5229055 to your computer and use it in GitHub Desktop.
Save andrewdh/5229055 to your computer and use it in GitHub Desktop.
Header Underline Reduced Case
/**
* Header Underline Reduced Case
*/
body {
font-family:Arial, sans-serif;
line-height:1;
}
.title {
font-size: 3rem;
color: #000;
float: left;
border-bottom:0.125rem solid;
}
.title a {
color: inherit;
border-bottom:0.125rem solid green;
text-decoration: none;
}
<h2 class="title"><a href="#">Test Header</a></h2>
{"view":"separate","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