mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
10 lines
194 B
HTML
10 lines
194 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<div style="padding:50px; border-radius:50px; width:400px; height:400px; overflow:hidden;">
|
|
<input type="radio">
|
|
<input type="checkbox">
|
|
</div>
|
|
</body>
|
|
</html>
|