How to make a curved edge hexagon by using CSS

前端 未结 5 1905
囚心锁ツ
囚心锁ツ 2020-11-27 22:46

This is my CSS.

CSS

#hexagon-circle { 
    width: 100px; 
    height: 55px; 
    background: red; 
    position: relative;
    borde         


        
5条回答
  •  执念已碎
    2020-11-27 23:25

    Try this way :(works in chrome and in ie 10)




提交回复
热议问题