Switching order of HTML elements when layout changes in Responsive Web Design

后端 未结 6 1990
借酒劲吻你
借酒劲吻你 2021-02-04 11:19

I am building a responsive website, and for good user experience, I need some layout changes from mobile to desktop. Specifically, I need to switch the order of some HTML elemen

6条回答
  •  心在旅途
    2021-02-04 12:02

    Try with: display: flex; flex-direction: column;

    More info here: https://developer.mozilla.org/en-US/docs/Web/CSS/flex

提交回复
热议问题