在製作RWD 響應式網頁時,一定會用到的CSS 語法就是media,代表的就是針對指定的「媒體」設定 ... h1{ font-size:30px; } @media screen and (min-width:200px) and ...
確定! 回上一頁