Split Div Into 2 Columns Using CSS

后端 未结 14 1843
故里飘歌
故里飘歌 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:57

    This works good for me. I have divided the screen into two halfs: 20% and 80%:

    #left content in here
    #right content in there

提交回复
热议问题