Hey guys I've been wondering if it was possible to do this, I've tried with border-radius
but it only makes curves to the left and right sides apparently...
Here's what I need:
This would be the working div
:
#mainbox {
width: 115px;
height: 24px;
background-color: gray;
border: 1px solid #000000;
text-align: center;
}
<div id="mainbox">
<div id="secondbox">test</div>
</div>
Any possible ideas?