What is the difference between bootstrap.css and bootstrap-theme.css?

前端 未结 1 1095
野趣味
野趣味 2021-01-30 19:06

What is the difference between bootstrap.css and bootstrap-theme.css found in the bootstrap file when we download bootstrap?

相关标签:
1条回答
  • 2021-01-30 20:13

    bootstrap.css is the core css for BootStrap that defines all the style for various controls/components, where as bootstrap-theme.css defines the themes (gradient/animation) for buttons,dropdown menu,navbar,progressbar,panels.

    Most of the times adding bootstrap.css is enough for bootstrap to work, but for gradient/animation, you can use bootstrap-theme.css.

    You can see the difference on http://getbootstrap.com/css/#buttons and then click on Preview theme from the affix menu (fixed menu on right side)

    0 讨论(0)
提交回复
热议问题