Created
July 2, 2012 16:16
-
-
Save tyv/3034019 to your computer and use it in GitHub Desktop.
Untitled
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
h1 | |
{ | |
font: 16px/1.6em Helvetica, sans-serif; | |
} | |
a | |
{ | |
background: #faf4d3; | |
} | |
.has-padding | |
{ | |
padding: 0.3em 0; | |
} |
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
<h1> | |
<a href="#"> | |
hi! i am a link with line height<br> | |
and I have no any padding | |
</a> | |
</h1> | |
<h1> | |
<a class="has-padding" href="#"> | |
hi! and i am a link with line height<br> | |
and I have padding to avoid unclicable space between lines<br> | |
and i looks same! | |
</a> | |
</h1> |
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":"110","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment