Split Div Into 2 Columns Using CSS

后端 未结 14 1842
故里飘歌
故里飘歌 2020-11-29 18:01

I have been attempting to split a div into two columns using CSS, but I have not managed to get it working yet. My basic structure is as follows:

14条回答
  •  失恋的感觉
    2020-11-29 18:44

    Divide a division in two columns is very easy, just specify the width of your column better if you put this (like width:50%) and set the float:left for left column and float:right for right column.

提交回复
热议问题