blob: 3f8252de403986dcf8f50e4de549e40373c76201 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE HTML>
<html>
<body>
<div style="display:-moz-box; height: 5px; border:4px dotted blue;">
<div style="overflow:hidden">text<br>more text</div>
</div>
</body>
</html>
|