怎么沒效果
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
? ? <title></title>
? ? <link type="text/css" href="link.css" rel="stylesheet" media="only screen and (max-width:480px)" ?/>
? ? <style>
? ? ? ? @media screen and (min-width:480px) {
? ? ? ? ? ? body {
? ? ? ? ? ? background:blue;
? ? ? ? ? ? }
? ? ? ? } ??
? ? </style>
</head>
<body>
</body>
</html>
2017-02-21
href=""里面寫的就是你link.css所在的位置
2016-07-19
link.css寫了么 路徑對么
link.css
body{
?? ?background-color: red;
}
放在同一個目錄下,是有效果的。