# Work/└ html5&css322 mediaquery - resposive design /* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { /* Styles */ } /* Smartphones (landscape) ----------- */ @media only screen and (min-width : 321px) { /* Styles */ } /* Smartphones (portrait) ----------- */ @media only screen and (max-width : 320px) { /* Styles */ } /* iPads (portrait and landscape) --------.. 2014. 6. 18. 이전 1 ··· 10 11 12 13 14 15 16 ··· 22 다음