Is there a working implementation of CSS3 Grid Layout for Webkit?

前端 未结 2 958
日久生厌
日久生厌 2021-02-05 17:17

CSS Grid Layout, Editor’s Draft, 21 November 2011

I am in the midst of producing a prototype that will be shown to client on selected devices and browse

2条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-05 17:21

    Chrome Canary implements the CSS Grid Layout TR 20130910. I have found minor differences in some of the property names. Steven Bradley summarizes the TR and provides instructions and examples for how to get started using the grid layout. To enable experimental features in Canary, copy and paste the following into the address bar

    chrome://flags/#enable-experimental-web-platform-features
    

    and click ‘enable’.

提交回复
热议问题