Tuesday, August 20, 2013

CSS text word spacing

<html>
<head>
<style type="text/css">
p
{
word-spacing:30px;
}
</style>
</head>

<body>

<p>The Sun is the star at the center of the Solar System.</p>

</body>
</html>

Result


No comments: