CSS3 Flexbox: display: box vs. flexbox vs. flex

前端 未结 3 422
再見小時候
再見小時候 2020-11-29 18:36

Yesterday I got a website in the school which uses the CSS 3 flexbox statement. I never used that before. So I googled it a bit and found a lot of different styles of t

3条回答
  •  [愿得一人]
    2020-11-29 19:04

    The specification has been through many iterations, see 2009, 2012, 2013 and each time the value was changed. display: flex; is the latest.

    It is still a draft specification so any current implementation may still change.

提交回复
热议问题