Rowan Liu's Tech
Home
Blog
CSS
JS
lib
Read
About
GitHub
Home
Blog
CSS
JS
lib
Read
About
GitHub
  • CSS
  • rem
  • CSS 选择器
  • inline-block
  • BFC 块格式化上下文
  • 认识Flex
  • Grid
  • 常用的布局实现
  • 响应式Web设计

认识Flex

2009年,W3C提出了一种新的解决方案----Flex布局,可以简便、完整、响应式的实现各种页面布局。

一、Flex 是 Flexible Box缩写, “弹性布局”,用来为盒状模型提供最大的灵活性。 任何一个容器都可以指定Flex布局。

Edit this page
Last Updated: 2026/1/12 10:15
Contributors: Rowan Liu
Prev
BFC 块格式化上下文
Next
Grid