CSS
모바일에 적용되는 미디어쿼리
Dayis
2015. 7. 19. 02:52
<style type="text/css">
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* 적용CSS */
}
</style>