Skip to content
☆´∀`☆
On this page

css中的百分号%

容器块(containing block) : 包含目标元素的块不一定是直接父元素。(定位)

  • width,height: 容器块
  • padding: 容器块的width
  • margin: 容器块的width
  • top,left,right,bottom: 容器块的width 和 height
  • transform:translate(): 自身宽高
  • backgroun-size:自身宽高
  • font-size:父元素的font-size