Skip to content

Instantly share code, notes, and snippets.

@andrewdh
Created July 16, 2012 12:39
Show Gist options
  • Save andrewdh/3122458 to your computer and use it in GitHub Desktop.
Save andrewdh/3122458 to your computer and use it in GitHub Desktop.
Header Underline Reduced Case
/**
* Header Underline Reduced Case
*/
body {
font-family:Arial, sans-serif;
}
.title {
font-size: 3rem;
line-height:2;
background-color: hsla(280, 80%, 70%, 0.9);
color: #000;
float: left;
border-bottom:0.125rem solid;
}
.title a {
background-color: hsla(180, 80%, 70%, 0.5);
color: inherit;
border-bottom:0.125rem dashed 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