Media queries are used to target CSS at specific media types and media features. ... applies styles to print only */ @media screen and (max-width: 800px) ...
確定! 回上一頁