달력

42025  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30

<link href="low_portrait.css" rel="stylesheet" type="text/css"
media="screen and (orientation: portrait) and (max-width:479px)">
<link href="low_landscape.css" rel="stylesheet" type="text/css"
media="screen and (orientation: landscape)">
<link href="high_portrait.css" rel="stylesheet" type="text/css"
media="screen and (orientation: portrait) and (min-width:480px)">

'FrontEnd > HTML5&CSS' 카테고리의 다른 글

HTML5 Video Events and API  (0) 2013.12.05
CSS 요소 숨기기..  (0) 2013.11.29
Posted by 행복한삶~!!
|