We use the media query inside our CSS. Here is a basic example: @media (max-width: 600px) ... @media screen and (max-width: 600px) { body { color: blue; } }.
確定! 回上一頁