Does anyone have an idea how to make this tab like shape :
div { background:brown; width:500px; height:100px; position:relative; } div:after { content:''; position:absolute; background:white; border:40px solid; border-bottom:0; border-color:white white brown brown; top:0; right:0; width:30%; }