how to delete extra space between buttons?

前端 未结 9 2119
情歌与酒
情歌与酒 2020-12-28 16:13

please check out this code in jsfiddle

HTML:


      
      
9条回答
  •  时光取名叫无心
    2020-12-28 16:49

    If using bootstrap, can group buttons together by wrapping in div with class="btn-group". Example for v3.3.7: https://getbootstrap.com/docs/3.3/components/#btn-groups-single

    Visually might or might not be what you want. Has rounded corners on left and right ends and straight line between buttons.

提交回复
热议问题