The following CSS will apply if the viewing area is smaller than 600px. @media screen and (max-width: 600px) { .class { background: #ccc; } }.
確定! 回上一頁