Use @media at-rule to apply part of a style sheet based on media queries. ... @media screen and (max-width: 411px) { body { background-color: #cce5ff; } ...
確定! 回上一頁