Reputation: 3365
<span style="font-size:20px;" "font-color: rgb (52, 52, 52,);" "letter-spacing:-50px;">
Systémy pre kúrenie
<span style="color: rgb(0, 162, 228);">│</span>
Vodoinštalácia a kanalizácia
<span style="color: rgb(0, 162, 228);">│</span>
Plynoinštalácia
<span style="color: rgb(0, 162, 228);">│</span>
Montáž centrálnych vysávačov
</span>
The "letter-spacing:-50px;" DOESN'T work... WHY???
Upvotes: 0
Views: 1690
Reputation: 78292
http://www.w3.org/TR/1998/REC-CSS2-19980512/text.html#spacing-props
This value indicates inter-character space in addition to the default space between characters. Values may be negative, but there may be implementation-specific limits. User agents may not further increase or decrease the inter-character space in order to justify text.
The value of -50px is huge and I believe that you are running into a limitation of the implementation.
Upvotes: 1