Simple two column html layout without using tables

后端 未结 12 1720
夕颜
夕颜 2021-01-30 05:17

I\'m looking for a super easy method to create a two column format to display some data on a webpage. How can i achieve the same format as:


    &l         
12条回答
  •  死守一世寂寞
    2021-01-30 05:35

    Well, if you want the super easiest method, just put

    left
    right
    .left { float: left; }

    though you may need more than that depending on what other layout requirements you have.

提交回复
热议问题