CSS 미디어쿼리

@media screen and (max-width: 480px) {/*모바일 스마트폰 */} @media screen and (min-width: 481px) and (max-width: 768px) {/ipad,타블렛pc/} @media only screen and (-webkit-min-device-pixel-ratio : 1.5) {/* 고해상도 모바일 */}

CSS에 게시되었습니다