Pages

css half circle

<div></div>

div{
     height:45px;
     width:90px;
     border-radius: 90px 90px 0 0;
     -moz-border-radius: 90px 90px 0 0;
     -webkit-border-radius: 90px 90px 0 0;
     background:transparent;
    border-top:10px solid #000;
   border-left:10px solid #000;
   border-right:10px solid #000;
}

Search This Blog