好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

Bootstrap3之美04-自定义CSS、Theme、Package_html/css_WEB-I

本篇主要包括:

■ 自定义CSS
■ 自定义Theme
■ 自定义Package

自定义CSS

有时候,需要自定义或重写Bootstrap默认的CSS。
→在css文件夹下创建一个site.css
→假设要对container类重写,在site.css中

.container {    background-color: #eee;} 

→把site.css引用到index.html中,并放置在bootstrap.min.cs的下方
         

→浏览index.html,发现背景色已经变成灰色

自定义Theme

在 区域内,给id为menu的div添加属性class="navbar navbar-default",并调整如下:

                     

查看更多关于Bootstrap3之美04-自定义CSS、Theme、Package_html/css_WEB-I的详细内容...

  阅读:36次