Created
July 17, 2012 11:10
-
-
Save anonymous/3128786 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; | |
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; | |
} | |
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