當瞭解完網格容器的屬性後,接下來要進入網格項目的部分,如果你還不了解什麼是網格容器及網格環境,可以回顧地ˊ十七天Grid 基本認識及第十八天Grid 網格容器
.container {
display: grid | inline-grid;
}
在網格容器篇有提到當我們對 container 宣告 display: grid
或 inline-grid
時,container 便會成為網格容器,而其子層 item 會成為網格項目,接下來我們會針對網格項目的部分做介紹
position:absolute | fixed
其中一種時,就會脫離網格容器。在第十七天時Grid 基本認識就提過相關屬性,我們再次回顧一下接下來會介紹的屬性有哪些
grid-row
grid-column
grid-area
justify-self
align-self
order
z-index
資料來源: