使用 Bootstrap 时开始的文件

Files to Start With When Using Bootstrap

当我下载 Bootstrap 文件时,我得到了 css、字体和 js 文件夹。 css 文件夹包含文档:

-bootstrap.css
-bootstrap.css.map
-bootstrap.min.css
-bootstrap-theme.css
-bootstrap-theme.css.map
-bootstrap-theme.min.css

每当我看教程时,人们都在使用另一个 styles.css sheet。这是他们自己的风格sheet,还是我缺少可下载的 css sheet?当我查看 bootstrap.css 文件时,我永远找不到导师在看什么。谢谢

查看 gettings started 页面。如您所见,他们使用 bootstrap.min.cssbootstrap.min.js 文件,也 bootstrap-theme.min.css 指定为可选文件。

祝你好运,玩得开心。

所提供的文件包含 bootstrap 的基础并使一切开箱即用。

对于您自己的样式,建议使用单独的 css 文件,例如 style.css.

您需要自己创建这个文件。