body{ background-color:#fff; } .Circular1{ position:absolute; width:160px; height:80px; left:50%; top:50%; margin:-20px -80px; overflow:hidden; border-top-right-radius: 80px; border-top-left-radius: 80px; } .Circular1 .CircularContent{ position:absolute; bottom:0px; width:80px; height:80px; text-align:center; line-height:80px; overflow:hidden; -webkit-transform-origin:bottom right; } .Circular1 .CircularContent:nth-child(odd){ background-color:rgba(0,0,0,0.1); } .Circular1 .CircularContent:nth-child(even){ background-color:rgba(0,0,0,0.2); } .Circular1 .CircularContent span{ display:block; width:80px; height:80px; -webkit-transform:translate(10px,25px) rotate(-25deg) skew(10deg) scaleY(0.3); } .Circular1 .CircularContent:hover{ background-color:rgba(0,255,0,1); } .Circular1 .CircularContent:nth-child(1){ -webkit-transform:translate(0px,0px) rotate(0deg) skew(60deg); } .Circular1 .CircularContent:nth-child(2){ -webkit-transform:translate(0px,0px) rotate(30deg) skew(60deg); } .Circular1 .CircularContent:nth-child(3){ -webkit-transform:translate(0px,0px) rotate(60deg) skew(60deg); } .Circular1 .CircularContent:nth-child(4){ -webkit-transform:translate(0px,0px) rotate(90deg) skew(60deg); } .Circular1 .CircularContent:nth-child(5){ -webkit-transform:translate(0px,0px) rotate(120deg) skew(60deg); } .Circular1 .CircularContent:nth-child(6){ -webkit-transform:translate(0px,0px) rotate(150deg) skew(60deg); }