How to get these two divs side-by-side?

前端 未结 8 935
無奈伤痛
無奈伤痛 2020-11-27 14:28

I have two divs that are not nested, one below the other. They are both within one parent div, and this parent div repeats itself. So essentially:

8条回答
  •  Happy的楠姐
    2020-11-27 15:35

    User float:left property in child div class

    check for div structure in detail : http://www.dzone.com/links/r/div_table.html

提交回复
热议问题