You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
.ten {letter-spacing: 200%;} /* percentages are now valid per CSS-Text */
.eleven {letter-spacing: -0.5em;}
.fill { color: yellow; }
]]></style>
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#spacing-props" title="16.4 Letter and word spacing: the 'letter-spacing' and 'word-spacing' properties"/>
</head>
<body>
<p>There should be a stripy pattern of yellow and aqua below (each vertical stripe should be straight and unbroken).</p>
<div class="test">x  x     x  x </div>
<div class="test">x  x     x  x </div>
<div class="test"><span class="eight"> xx xx </span></div>