Skip to content

Instantly share code, notes, and snippets.

Created July 17, 2012 11:10
Show Gist options
  • Save anonymous/3128786 to your computer and use it in GitHub Desktop.
Save anonymous/3128786 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