front-end-interview-questions icon indicating copy to clipboard operation
front-end-interview-questions copied to clipboard

【CSS】请你谈谈Flexbox布局

Open yayxs opened this issue 3 years ago • 0 comments


title: 请你谈谈Flexbox布局

  • 弹性盒子

外层的盒子有那么几个值

  • flex-wrap
  • flex-direction
  • flex-flow // 上边两个缩写
  • justify-content
  • align-items //
  • align-content

内层的盒子

  • order 排序
  • flex-grow 0 放大
  • flex-shrink 1 缩小
  • flex-basis auto
  • flex 上边三个的缩写 默认不放大不缩小

yayxs avatar Dec 01 '20 10:12 yayxs