脱离文档流,BFC,动画,盒模型,居中
ES6新增

CSS position属性

  • static:元素在正常文档流中。此时,top,right,bottom,leftz-index属性无效。
  • relative
  • absolute:元素会被移出正常文档流。
  • fixed:元素会被移出正常文档流。
  • sticky | | | | | | —- | —- | —- | —- | | static | | | | | relative | | | | | absolute | | | | | fixed | | | | | sticky | | | |

CSS中的100%不同场景下有什么含义?

参考:What does 100% mean in CSS?