Twitter Bootstrap - add top space between rows

前端 未结 19 2359
孤独总比滥情好
孤独总比滥情好 2020-11-28 17:17

How to add margin top to class=\"row\" elements using twitter bootstrap framework?

19条回答
  •  时光取名叫无心
    2020-11-28 17:46

    just take a new class beside every row and apply css of margin-top: 20px;
    here is the code below
        
    

提交回复
热议问题