📜  CSS | border-top-right-radius 属性

📅  最后修改于: 2021-08-31 07:43:49             🧑  作者: Mango

CSS 中的 border-top-right-radius 属性用于定义给定元素边框右上角的半径。 border-top-right-radius 用于在容器的右上角绘制一个圆角。 border-radius 用于一次性设置容器的所有半径角,半径相同,border-top-right-radius 专门设置右上角边框。
句法:

border-top-right-radius:length|[value%]|initial|inherit;

属性值: border-top-right-radius 属性值如下所示:

  • length:用于指定固定长度右上角的半径,单位为px、em等,默认值为0。
  • 百分比%:用于以百分比形式指定边框右上角的半径。
  • initial:用于将 border-top-right-radius 属性设置为其默认值。
  • 继承:此属性从其父元素继承。

例子:

html


    
        
            border-top-right-radius property
        
 
        
    
     
    
     
        

GeeksforGeeks

        

border-top-right-radius property

                  
            border-top-right-radius: length;         

          
            border-top-right-radius: percentage;         

          
            border-top-right-radius: inherit;         
    


输出:

支持的浏览器: border-top-right-radius属性支持的浏览器如下:

  • 谷歌浏览器 5.0、4.0-webkit-
  • 浏览器 9.0
  • 火狐 4.0, 3.0-moz-
  • Safari 5.0, 3.1-webkit-
  • 歌剧 10.5