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

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

+67
css twitter-bootstrap-3
Dec 10 '14 at 11:46
source share
1 answer

bootstrap.css is the main css for BootStrap, which defines the whole style for various controls / components, where bootstrap-theme.css defines themes (gradient / animation) for buttons, drop-down menus, navigation bars, progress panels, panels.

In most cases, adding bootstrap.css enough for bootstrap.css to work, but for gradient / animation you can use bootstrap-theme.css .

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

+75
Dec 10 '14 at 11:55
source share



All Articles