blob: 36f29f5a9b0f17815e54ea06b4002556284eb31a [file] [log] [blame]
<style>
div {
width:100px;
height:100px;
border: 2px solid black;
}
.control {
border-radius:50px;
}
.pixels {
border-radius:50px;
}
.percent {
border-radius:50%;
}
.both {
border-radius:50%;
}
</style>
This test should have four circles.
<div class="control"></div>
<div class="pixels"></div>
<div class="percent"></div>
<div class="both"></div>