使用bootstrapV4.0.0,项目地址:https://github.com/JinWangQ/bootstrap-practice , 演示:https://jinwangq.github.io/bootstrap-practice/
有帮助帮我点个star (=゚ω゚)ノ
有帮助帮我点个star (=゚ω゚)ノ
2018-03-15
<head>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
</head>
<body>
<h1 class="text-center">Hello World!</h1>
<buton type="button" class="btn btn-primary center-block">我是按钮,按我一下</buton>
</body>
</html>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
</head>
<body>
<h1 class="text-center">Hello World!</h1>
<buton type="button" class="btn btn-primary center-block">我是按钮,按我一下</buton>
</body>
</html>
html5shiv主要解决HTML5提出的新的元素不被IE6-8识别,这些新元素不能作为父节点包裹子元素,并且不能应用CSS样式。让CSS 样式应用在未知元素上只需执行 document.createElement(elementName) 即可实现。html5shiv就是根据这个原理创建的。
<div class="text-center">
<h3>Hello World!</h3>
<button class="btn btn-primary">我是按钮,按我一下</button>
</div>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<h3>Hello World!</h3>
<button class="btn btn-primary">我是按钮,按我一下</button>
</div>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
看完了慕课所有bootstrap视频,做了一些总结和分析,地址:https://github.com/CruxF/IMOOC/tree/master/Bootstrap
课程最终展示效果,地址:https://cruxf.github.io/IMOOC/Bootstrap/BootBaseWeb/index3-11.html
课程最终展示效果,地址:https://cruxf.github.io/IMOOC/Bootstrap/BootBaseWeb/index3-11.html
2018-02-17
看完了慕课所有bootstrap视频,做了一些总结和分析,地址:https://github.com/CruxF/IMOOC/tree/master/Bootstrap
课程最终展示效果,地址:https://cruxf.github.io/IMOOC/Bootstrap/BootBaseWeb/index3-11.html
课程最终展示效果,地址:https://cruxf.github.io/IMOOC/Bootstrap/BootBaseWeb/index3-11.html
2018-02-17
看完了慕课所有bootstrap视频,做了一些总结和分析,地址:https://github.com/CruxF/IMOOC/tree/master/Bootstrap
课程最终展示效果,地址:https://cruxf.github.io/IMOOC/Bootstrap/BootBaseWeb/index3-11.html
课程最终展示效果,地址:https://cruxf.github.io/IMOOC/Bootstrap/BootBaseWeb/index3-11.html
2018-02-17
最新回答 / _蛰伏
楼主 id="menu-nav" 但是 data-target="#bs-example-navbar-collapse-1" 两者不一致,所以效果没出来,把data-target="#bs-example-navbar-collapse-1" 改成 data-target = "#menu-nav" 即可<...图片...>
2018-01-26