CSS border-top-right-radius

上一页 下一页

示例中展现不同的border-top-right-radius属性值.

选择不同的值查看对应结果:

border-top-right-radius: 100px;
border-top-right-radius: 50px;
border-top-right-radius: 50px 10px;
border-top-right-radius: 10px 50px;
border-top-right-radius: 10%;
border-top-right-radius: 50%;
border-top-right-radius: 100%;
A demonstration on different ways to set rounded borders.
A demonstration on different ways to set rounded borders.
A demonstration on different ways to set rounded borders.
A demonstration on different ways to set rounded borders.
A demonstration on different ways to set rounded borders.
A demonstration on different ways to set rounded borders.
A demonstration on different ways to set rounded borders.

要使用更多方法,请在编辑器中试一下: 亲自试一试 ❯