14 lines
626 B
HTML
14 lines
626 B
HTML
<!DOCTYPE html>
|
|
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
|
<link rel="help" href="https://www.w3.org/TR/css-backgrounds-3/#the-border-radius">
|
|
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1119323">
|
|
<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>
|