Created
July 16, 2012 12:39
-
-
Save andrewdh/3122458 to your computer and use it in GitHub Desktop.
Header Underline Reduced Case
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h2 class="title"> | |
<a href="#">Test Header</a> | |
</h2> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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