Odstęp pomiędzy znakami

<style type="text/css">
<!--
h1 {letter-spacing:-3px}  /* składnia podstawowa */
h3 {letter-spacing:0.3cm}
-->
</style>

Tytuł stopnia pierwszego. {letter-spacing:-3px}

Tytuł stopnia trzeciego. {letter-spacing:0.3cm}

Opis cechy letter-spacing:

5.4.2 'letter-spacing'
Value: normal | <length>
Initial: normal
Applies to: all elements
Inherited: yes
Percentage values: N/A

Zobacz też:

5.1 Notation for property values

Strona główna