back
Code
CSS
HTML
Web
#div60{
width:250px;
height:70px;
text-align:center;
border:2px solid black;
border-radius:5px;
}
#div61{
width:250px;
height:70px;
text-align:center;
border:2px solid black;
border-radius:50%;
}
#div62{
width:250px;
height:70px;
text-align:center;
border:2px solid black;
border-radius:7%;
}
#div63{
width:250px;
height:70px;
text-align:center;
border:2px solid black;
border-radius:1em;
border-top-right-radius:2px;
}
#div64{
width:250px;
height:70px;
text-align:center;
border:2px solid black;
border-top-right-radius:10px;
border-bottom-left-radius:15px;
}