How to get a responsive button in bootstrap 3

后端 未结 5 793
逝去的感伤
逝去的感伤 2020-12-13 02:05

I am using bootstrap 3 and I have the following html:


      
5条回答
  •  温柔的废话
    2020-12-13 03:02

    In some cases it's very useful to change font-size with relative font sizing units. For example:

    .btn {font-size: 3vw;}
    

    Demo: http://www.bootply.com/7VN5OCVhhF

    1vw is 1% of the viewport width. More info: http://www.sitepoint.com/new-css3-relative-font-size/

提交回复
热议问题