📜  CSS | border-bottom-width 属性

📅  最后修改于: 2021-09-01 01:30:01             🧑  作者: Mango

CSS 中的border-bottom-width 属性用于设置元素下边框的特定宽度。在使用 border-bottom-width 属性之前,先为元素使用 border-bottom-style 或 border-style 属性。

句法:

border-bottom-width: length|thin|medium|thick|initial|inherit;

属性值:下面列出了 border-bottom-width 属性值:

  • Thin:用于设置底部的细边框。
  • medium:用于设置中等大小的下边框。它是默认值。
  • 厚:用于设置厚底边框。
  • length:用于设置边框的宽度。它不接受负值。

例子:



    
        
            border-bottom-width property
        
          
        
    
      
    
      
        

GeeksforGeeks

               

border-bottom-width property

                   
            border-bottom-width: thin;         


                   
            border-bottom-width: medium;         


                   
            border-bottom-width: thick;         


                   
            border-bottom-width: length;         
                                     

输出:

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

  • 谷歌浏览器 1.0
  • 浏览器 4.0
  • 火狐 1.0
  • 歌剧 3.5
  • Safari 1.0