mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
12 lines
367 B
HTML
12 lines
367 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
div { float: left; overflow: scroll; font-size: 50px; width: 3em; line-height: 10px }
|
|
div::first-letter { float: left; }
|
|
</style>
|
|
<body>
|
|
<div>T<span style="font-size: 10px">his is text in a div. Text in a div. Text in a div. Text in a div. Text in a div. Text in a div. Text in a div. Text in a div.</div>
|
|
</body>
|
|
</html>
|