You can compose Media Queries using the and operator and thus layer and combine them with media types: @media screen and (min-width: 400px) and (max-height: ...
確定! 回上一頁