CSS styling - how to put these two div boxes adjacent

前端 未结 5 690
春和景丽
春和景丽 2020-12-16 01:55

I have two divs inside a div, I want them both adjacent to each other with a margin of 10px or so separating them but instead they appear one above the other.



        
5条回答
  •  Happy的楠姐
    2020-12-16 02:25

    See this working example. You can copy and paste this HTML & CSS and try it out.

    
    
    
    
    CSS styling - how to put these two div boxes adjacent
    
    
    
    
    
    

    CSS styling - how to put these two div boxes adjacent

    Browse (Google)
    This is a Div
    This is a Div
    This is a Div
    Browse (Wikepedia)
    This is another Div
    This is another Div
    This is another Div

提交回复
热议问题