mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
9 lines
184 B
HTML
9 lines
184 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<div style="border-radius:100px; width:300px; height:300px; overflow:hidden;">
|
|
<div style="height:20px; background:blue;"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|