mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
14 lines
195 B
HTML
14 lines
195 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<style type="text/css">
|
||
|
div {
|
||
|
width: 64px;
|
||
|
height: 64px;
|
||
|
border: 64px solid blue;
|
||
|
}
|
||
|
</style>
|
||
|
<body>
|
||
|
<div style="-moz-border-radius: 128px"></div>
|
||
|
</body>
|
||
|
</html>
|