Reverse order of columns in CSS Grid Layout

后端 未结 6 1918
日久生厌
日久生厌 2020-12-08 19:05

I was hoping to use CSS Grid to reverse the apparent order of two side-by-side divs, where one of the divs grows arbitrarily (I don\'t want to use floats).

I\'ve c

6条回答
  •  时光说笑
    2020-12-08 20:05

    There's a very simple CSS way. Just change:

    direction: rtl; 
    

    of the grid container.

提交回复
热议问题