create ovals in css code example
Example: ovale css
.ovale {
width: 75px;
height: 120px;
background: #9a4;
-webkit-border-radius: 100px / 160px;
-moz-border-radius: 100px / 160px;
border-radius: 100px / 160px;
}
.ovale {
width: 75px;
height: 120px;
background: #9a4;
-webkit-border-radius: 100px / 160px;
-moz-border-radius: 100px / 160px;
border-radius: 100px / 160px;
}