http://learn.javascript.ru/play/LhB6gb
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
.text {
text-align: right;
width: 250px;
}
.text span {
background: yellow;
border: 1px solid yellow;
outline: 7px solid yellow;
}
</style>
</head>
<body>
<div class="text">
<span>How do I add padding to subsequent lines of an inline text element? How do I add padding to subsequent
lines of an inline text element? How do I add padding to subsequent lines of an inline text element?
How do I add padding to subsequent lines of an inline text element? How do I add padding to subsequent
lines of an inline text element? How do I add padding to subsequent lines of an inline text element?</span>
</div>
</body>
</html>