10 trucos CSS que talvez no sepas.
Trucos de CSS que tal vez no sepas.
Por ejemplo:
Para reemplazar esto:
font-size: 1em;
line-height: 1.5em;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-family: verdana,serif;
Puede ir esto:
font: 1em/1.5em bold italic small-caps verdana,serif
Ten CSS tricks you may not know
Por ejemplo:
Para reemplazar esto:
font-size: 1em;
line-height: 1.5em;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-family: verdana,serif;
Puede ir esto:
font: 1em/1.5em bold italic small-caps verdana,serif
Ten CSS tricks you may not know