모바일에 적용되는 미디어쿼리

CSS 2015. 7. 19. 02:52 Posted by Dayis

<style type="text/css">

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

/* 적용CSS */

}

</style>