您的位置:首页 > 其它

boortstrap 之 媒体查询 响应式功能 详解原理

2018-11-05 17:17 691 查看
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<!--<link rel="stylesheet" href="meta.css">-->
<link rel="stylesheet" media="screen and (min-width:1px) and (max-width:500px)" href="meida.css" />
<link rel="stylesheet" media="screen and (min-width:500px) and (max-width:1000px)" href="meida.css" />
<link rel="stylesheet" media="screen and (min-width:1000px) " href="meida.css" />
<link rel="stylesheet" media="screen and (min-width:500px)" href="meta.css" />
<!--<style>-->
<!--@import "meta.css";-->
<!--</style>-->
</head>
<body>
<div>
</div>

</body>
</html>
阅读更多
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: