Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-backgrounds/border-radius-012.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="match" href="border-radius-012-ref.html">
<style>
.spacer { display:inline-block; width:20px; }
</style>
<p>There should be two good-looking arcs below.</p>
<div style="font-size:40px; line-height:100px;">
<span style="border:20px solid; border-radius:40px;">
<span class="spacer"></span><br><span class="spacer"></span>
</span>
</div>