In CSS media queries, you can also use operators like and , or , and not to combine conditions like so: @media screen and (min-width: 320px) ...
確定! 回上一頁