mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-12 14:37:50 +00:00
13 lines
197 B
HTML
13 lines
197 B
HTML
|
<!DOCTYPE html>
|
||
|
<head>
|
||
|
<title>text-indent test</title>
|
||
|
<style type="text/css">
|
||
|
p { margin-left: 100px }
|
||
|
span { background: yellow }
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p><span>text</span></p>
|
||
|
</body>
|
||
|
</html>
|