Ellipse with border-radius

by ginpei

HTML

<div class="curled-box" style="background-color:#036; margin:10px;"></div>

CSS

.curled-box {
    border-radius: 50%;
    height: 100px;
    width: 200px;
}