mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +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>
|