mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
8 lines
193 B
HTML
8 lines
193 B
HTML
<html>
|
|
<body>
|
|
<div style="background: blue; height: 100px; border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0;">
|
|
<div style="background: purple; height: 50px;"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|