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

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

CSS 中的 border-bottom-right-radius 属性用于定义给定元素边框右下角的半径。它用于使底部边框右侧的角变圆。

句法:

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

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

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

例子:



    
        
            border-bottom-right-radius property
        
        
    
      
    
      
        

GeeksforGeeks

        

border-bottom-right-radius property

                   
            border-bottom-right-radius: length;         

           
            border-bottom-right-radius: percentage;         

           
            border-bottom-right-radius: inherit;         
                         

输出:

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

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