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

时间:2022-05-24 14:57:33
 <!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,手机,平板),大概用上面的模版来写基本上没有什么问题,如果有疑问欢迎吐槽