CSS div rounded corners

后端 未结 5 950
孤城傲影
孤城傲影 2021-02-06 05:51

I\'m attempting to do the following...

Here\'s what I\'ve got right now.. but it\'s not rendering correctly. Does anyone have any idea as to how I\'d fix this?

5条回答
  •  星月不相逢
    2021-02-06 06:20

    Instead just put this code in the class where you want to have rounded corners .it will definitely work.

    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    

提交回复
热议问题