Need to design 4 buttons like this.
Consider the sides and buttons sides are solid.
The design is similar to pizza cutting.
.container{
border-radius:50%;
overflow: hidden;
}
.child{
/*
How to give buttons desired shapes? Maybe using skew? I am not able doing it.
*/
}