mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
13 lines
287 B
HTML
13 lines
287 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
span { display:inline-block; width:50px; height:10px; background:yellow; }
|
|
</style>
|
|
</head>
|
|
<body style="width:100px; border:1px solid black;">
|
|
<span></span>
|
|
<div style="float:left; width:50px; height:50px; background:green;"></div>
|
|
</body>
|
|
</html>
|