Twitter Bootstrap - add top space between rows

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

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

19条回答
  •  再見小時候
    2020-11-28 17:54

    If you want to change just on one page, add the following style rule:

     #myCustomDivID .row {
         margin-top:20px;
     }
    

提交回复
热议问题