Team:CBNU-Korea/Project

From 2012.igem.org

(Difference between revisions)
Line 11: Line 11:
      
      
     <script src="https://2012.igem.org/Template:Team:CBNU-Korea/js/respond.min.js?action=raw"></script>
     <script src="https://2012.igem.org/Template:Team:CBNU-Korea/js/respond.min.js?action=raw"></script>
-
   
+
 
     <meta name="viewport" content="width=device-width, initial-scale=1.0 minimum-scale=1, maximum-scale=1, user-scalable=yes, target-densitydpi=medium-dpi" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0 minimum-scale=1, maximum-scale=1, user-scalable=yes, target-densitydpi=medium-dpi" />
Line 50: Line 50:
         /* ----------------Body---------------- */
         /* ----------------Body---------------- */
 +
 +
        /* iPhone, etc portrait ---- */
 +
        @media only screen and (min-width : 320px) {
 +
            body{
 +
                background-color: blue;
 +
            }
 +
        }
 +
 +
        /* iPhone, etc landscape ---- */
 +
        @media only screen and (min-width : 480px){
 +
            body{
 +
                background-color: yellow;
 +
            }
 +
        }
 +
 +
        @media only screen and (min-width : 600px){
 +
            body{
 +
                background-color: red;
 +
            }
 +
        }
 +
 +
        /* iPad, tablets etc portrait ---- */
 +
        @media only screen and (min-width : 768px){
 +
            body{
 +
                background-color: black;
 +
            }
 +
        }
 +
 +
        /* Laptops, Desktops, etc ---- */
 +
        @media only screen and (min-width: 1024px){
 +
            body{
 +
                background-color: green;
 +
            }
 +
        }
 +
        /* large Desktops */
 +
        @media only screen and (min-width: 1200px) {
 +
            body{
 +
                background-color: #DFDFDF;
 +
            }
 +
        }
 +
         body {
         body {

Revision as of 07:04, 12 September 2012