Create a better designed website using border radius css code.
 

Border Radius Round

#box {
border-radius:10px;
background:#ff3000;
}

 
 
 

Border Radius Circle

 
 
#box {
border-radius:50%;
width:250px;
height:250px;
}

 
 
 

Border Radius Special

#box {
border-radius:5px 20px 5px;
}

 
 

Shares
Share This