Skip to content

Instantly share code, notes, and snippets.

@brito
Created June 11, 2012 02:19
Show Gist options
  • Save brito/2908157 to your computer and use it in GitHub Desktop.
Save brito/2908157 to your computer and use it in GitHub Desktop.
baseline vs line-height
/* 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 }
{"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