您的位置:首页 > Web前端 > BootStrap

使用bootstrap做一个响应式的页面

2014-10-16 15:59 218 查看
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Bootstrap响应式页面设计</title>
<link rel="stylesheet" href="vendor/bootstrap.min.css"/>
</head>

<body>
<div class="container">
<!-- 这里按照Bootstrap官方的文档标准来设计html -->
</div>
</body>
</html>


利用bootstrap设计html页面(适配PC,手机,平板),大概用上面的模版来写基本上没有什么问题,如果有疑问欢迎吐槽
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐