Source code
Revision control
Copy as Markdown
Other Tools
<head>
<title>CSS Test: CSS text-indent: Percentages</title>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/text-indent/001.html" type="text/html"/>
<link rel="match" href="text-indent-011-ref.xht" />
<style type="text/css">
.wide { width: 16em; font: 30px/0 monospace; color: blue; text-indent: 8em; margin: 2em 0; }
.narrow { width: 4em; text-indent: 200%; }
</style>
</head>
<body>
<p>The word PASS must be written below.</p>
<div class="wide"> SS<div class="narrow">PA</div></div>
</body>
</html>