Can i fill empty cells in CSS Grid Layout?

前端 未结 0 1908
滥情空心
滥情空心 2021-02-01 06:09

I\'ve the following code:

.container {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: repeat(30, 3.33%);
  grid-auto-flow: row;
}

.element         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题