keep padding from making the element bigger?

前端 未结 2 580
你的背包
你的背包 2020-12-05 18:09

I have an element with a 70% width, and it is floating beside an element with 30% width, but when I add 25px of padding it expands the element and breaks the fo

2条回答
  •  执念已碎
    2020-12-05 18:42

    When you use the border-box model, the padding is included in the box size. See here for details.

    
    
        
            padding example
            
        
        
            
    Stuff
    More Stuff

提交回复
热议问题