Skip to content

Instantly share code, notes, and snippets.

@tyv
Created May 25, 2012 12:22
Show Gist options
  • Save tyv/2787731 to your computer and use it in GitHub Desktop.
Save tyv/2787731 to your computer and use it in GitHub Desktop.
К всеобщему удивлению,
body
{
font-family: Helvetica, sans-serif;
font-weight: 100;
font-size: 10em;
}
span
{
/*
К всеобщему удивлению,
это фиксированные размеры.
И да, нет гарантии,
что одинаковы в разных бразуерах
*/
font-size: small;
/*
относительные ключевые размеры
larger и smaller
*/
}
div
{
background: red;
font-size: 100px;
width: 1em;
height: 1em;
/* 100px x 100px */
}
<span>String</span>
<div>A</div>
{"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