为了账号安全,请及时绑定邮箱和手机立即绑定

玩转Bootstrap(基础)

这个纯粹吸引人,垃圾
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/4.1.0/css/bootstrap.min.css">
讲的好详细!
<div class="btn-group">
<button class="btn btn-success" type="button">首页</button>
<button class="btn btn-danger" type="button">产品展示</button>
<button class="btn btn-success" type="button">案例分析</button>
<button class="btn btn-danger" type="button">联系我们</button>

</div>
习惯<scrript>标签放到head头里面
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>下拉菜单</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
</head>
</html>
第二个modal的data-target,作者写错单词写成taget了...MD我debug了好久才找出原因
这个检测有点脾气啊,我代码不改,提交了好几次才过
把bootstrap-transition.js去掉后,能看到弹窗,但没有过渡效果
本地测试要改bootstrap资源链接,前面加https:
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
.small 类的元素,可以用来标记副标题.
<input class="form-control input-lg" id="disabledInput" type="text" placeholder="表单已被禁用,不可输入" disabled>
加disabled,禁用
非常好,红红火火恍恍惚惚
课程须知
本教程适合具有一定前端基础的人员,对HTML和CSS有一定的了解,对于定制Bootstrap的同学需要具备LESS和Sass基础知识。
老师告诉你能学到什么?
1、了解Bootstrap框架 2、如何使用Bootstrap制作Web页面或Web应用程序 3、如何定制个性化Bootstrap

微信扫码,参与3人拼团

意见反馈 帮助中心 APP下载
官方微信
友情提示:

您好,此课程属于迁移课程,您已购买该课程,无需重复购买,感谢您对慕课网的支持!

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消