반응형 웹페이지 만들기

by 행복아이 posted Feb 11, 2016
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

http://cafe.naver.com/yakumoyukari/2317



<META http-eqiv="Content-Type" contet="text/html"; charset="utf-8">
<META name="viewport"content="width=device-width, initial-acale=1">

<STYLE type="text/css">
@media all and (min-width : 320px) and (max-width : 767px) {
body {
background-color : #ffffee
}
}

@media all and (min-width : 768px) and (max-width : 1024px) {
body {
background-color : #eeffee
}
}

@media all and (min-width : 1025px) {
body {
background-color : #eeeeff
}
}
</STYLE>