📜  CSS | padding-right 属性

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

填充是其内容与其边框之间的空间。 CSS 中的 padding-right 属性用于设置元素右侧填充区域的宽度。

句法:

padding-right: length | percentage | initial | inherit;

属性值:

  • length:该模式用于指定padding的大小为固定值。默认值为 0。它必须是非负数。
    句法:
padding-right: length;
  • 例子:
html


    
        
            padding-right Property
        
         
        
    
     
    
        

            GeeksforGeeks         

                  

            padding-right Property         

                           

            This paragraph has a padding-right: 200px;         

      


html


    
        
            padding-right Property
        
        
    
     
    
        

            GeeksforGeeks         

        

            padding-right Property         

                           

            This paragraph has a padding-right: 40%;         

      


html


    
        
            padding-right Property
        
         
        
    
     
    
        

            GeeksforGeeks         

                  

            padding-right Property         

                           

            This paragraph has a padding-right: initial;         

      


  • 输出:

填充权

  • 百分比:此模式用于以元素宽度的百分比设置右侧填充。它必须是非负的。
    句法:
padding-right: percentage;
  • 例子:

html



    
        
            padding-right Property
        
        
    
     
    
        

            GeeksforGeeks         

        

            padding-right Property         

                           

            This paragraph has a padding-right: 40%;         

                          
  • 输出:

填充权

  • initial:该属性用于设置默认值。
    句法:
padding-right: initial;
  • 例子:

html



    
        
            padding-right Property
        
         
        
    
     
    
        

            GeeksforGeeks         

                  

            padding-right Property         

                           

            This paragraph has a padding-right: initial;         

                          
  • 输出:

支持的浏览器: padding-right属性支持的浏览器如下:

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