mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
11 lines
202 B
HTML
11 lines
202 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="background: green;">
|
|
<div style="width: 250px; height: 250px; float: left; background: blue;"></div>
|
|
<div style="clear: left;">
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|