Help for this page

Select Code to Download


  1. or download this
    @media handheld, projection, tv {
      #box { position: absolute; }
    }
    
  2. or download this
    <link media="only screen and (max-device-width: 480px)" href="iPhone.c
    +ss" type="text/css" rel="stylesheet" /> 
    <link media="only screen and (min-device-width: 1920px)" href="bigScre
    +en.css" type="text/css" rel="stylesheet" />