Atrybuty czcionki w jednej deklaracji

<style type="text/css">
<!--
p {font:italic small-caps 900 12pt arial} /* składnia podstawowa */
-->
</style>

To jest przykładowy paragraf. {font:italic small-caps 900 12pt arial}

Opis cechy font:

5.2.7 'font'
Value: [ <font-style> || <font-variant> || <font-weight> ]? <font-size> [ / <line-height> ]? <font-family>
Initial: not defined for shorthand properties
Applies to: all elements
Inherited: yes
Percentage values: allowed on <font-size> and <line-height>

Zobacz też:

5.1 Notation for property values

Strona główna