Including margin for width and height

前端 未结 5 1204
猫巷女王i
猫巷女王i 2020-12-29 01:39

I want box width and height to include all of the content, padding, border width, and margin by default. Is there a way to do this? Especially, I want to be able to specify

5条回答
  •  灰色年华
    2020-12-29 02:21

    Use display: flex; for the parent tag.

    For example:

    
    
    
    
    
    
    
    left
    right

提交回复
热议问题