我可以在边框底部使用border-radius吗?

时间:2016-09-05 14:53:52

标签: html css html5 css3

我想问一下,是否可以在border-bottom使用border-radius?

我想这样做:http://prntscr.com/cefbvs

2 个答案:

答案 0 :(得分:0)

“border-radius”与“border”无关。 您可以为div-container设置border-radius,例如没有设置边框。

答案 1 :(得分:0)

只需将背景颜色更改为您想要的颜色,并将半径em更改为您想要的颜色

border-bottom-right-radius: 2em;
    border-bottom-left-radius: 2em;
    background: #036;
    width: 200px;
    height: 150px;