mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
299 B
HTML
14 lines
299 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
span { display:inline-block; width:100px; height:10px; background:yellow; }
|
|
</style>
|
|
</head>
|
|
<!-- Test that has justification space added. -->
|
|
<body style="text-align:justify; width:300px;">
|
|
<span></span> <span></span>
|
|
<span></span>
|
|
</body>
|
|
</html>
|