Add a rule between CSS grid columns and rows

前端 未结 6 1753
青春惊慌失措
青春惊慌失措 2021-01-01 20:47

Is there a css grid property to add a rule (vertical line) between grid columns, and a rule (horizontal line) between grid rows, in the same way, or similar, that column-rul

6条回答
  •  青春惊慌失措
    2021-01-01 21:24

    Is there a css grid property to add a rule (vertical line) between grid columns, and a rule (horizontal line) between grid rows, in the same way, or similar, that column-rule works?

    NO

    There is no such property.

    CSS Grid rows and columns are entirely virtual and only indicate the start and end point of their respective areas for the browser's layout engine.

提交回复
热议问题