mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
12 lines
156 B
HTML
12 lines
156 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>text-indent test</title>
|
|
<style type="text/css">
|
|
p { text-indent: 100px }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>text</p>
|
|
</body>
|
|
</html>
|