.t{
background-color: black;
height: 50px;
position: relative;
}
.t:before{
position: absolute;
top: 0;
width: 100%;
height: 20px;
border-bottom-left-radius: 100%;
border-bottom-right-radius: 100%;
content: "";
background-color: white;
display: block
}