<link type="text/css" rel="stylesheet" href="css/new_file.css" media="only screen and (min-width:480px)" />
<style>
@media screen and (max-width:480px){
body {
background: blue;
}
}
</style>一定要注意and后面的空格
<style>
@media screen and (max-width:480px){
body {
background: blue;
}
}
</style>一定要注意and后面的空格
2016-06-27
當寬度縮小時 右邊的鏈接隱藏,同時會出來一個小的按鈕,點擊這個按鈕右邊的鏈接會顯示,這個功能老師沒講。求補充。
2016-06-23