Created
June 11, 2012 02:19
-
-
Save brito/2908157 to your computer and use it in GitHub Desktop.
baseline vs line-height
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
/* baseline vs line-height */ | |
@keyframes lineheight { | |
from { line-height:1em } | |
to { line-height:2.6em } } | |
body { animation:lineheight 2s alternate infinite; | |
font-size:10em; text-decoration:underline; | |
text-align:center; margin:auto; border:1px solid red } |
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
Ocelot |
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