Bootstrap CSS space between buttons in navbar

前端 未结 3 525
一整个雨季
一整个雨季 2021-01-12 10:25

How can I make space between buttons in navbar? I usually do that with  but it doesn\'t work now. Here\'s an JSfiddle of how it looks:

http://j

3条回答
  •  旧时难觅i
    2021-01-12 11:17

    you may try margin-left

    here is the code

    .btn{
    margin-left:10px;
    }
    

    here is the example:: FIDDLE

提交回复
热议问题