From 2012.igem.org
(Difference between revisions)
|
|
(132 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | @media (max-width:767px){.visible-phone{display:inherit !important;}
| |
- | .hidden-phone{display:none !important;}
| |
- | .hidden-desktop{display:inherit !important;}
| |
- | .visible-desktop{display:none !important;}}
| |
| | | |
- | @media (min-width:768px) and (max-width:979px){.visible-tablet{display:inherit !important;} .hidden-tablet{display:none !important;} .hidden-de
| |
- |
| |
- |
| |
- | {{:Team:KAIST_Korea/top_home}}
| |
- | <html>
| |
- | <head>
| |
- | <style>
| |
- |
| |
- | @media (max-width: 980px) {
| |
- | #main
| |
- | {
| |
- | min-height: 100%;
| |
- | width: 980px;
| |
- | margin: 0 auto;
| |
- | background-color: #FFFFFF;
| |
- | }
| |
- |
| |
- | #main #main-img
| |
- | {
| |
- | position: absolute;
| |
- | width: 980px;
| |
- | }
| |
- |
| |
- | }
| |
- | /* LARGE DESKTOP SCREENS */
| |
- | @media (min-width: 1210px) {
| |
- |
| |
- | }
| |
- | #main
| |
- | {
| |
- | min-height: 100%;
| |
- | width: 1210px;
| |
- | margin: 0 auto;
| |
- | background-color: #FFFFFF;
| |
- | }
| |
- |
| |
- | #main #main-img
| |
- | {
| |
- | position: absolute;
| |
- | width: 1210px;
| |
- | }
| |
- | </style>
| |
- | </head>
| |
- |
| |
- | <body>
| |
- | <div id="main">
| |
- | <img id="main-img" src="https://static.igem.org/mediawiki/2012/6/61/Home_kaist_background.png"/>
| |
- | </div>
| |
- | </body>
| |
- | </html>
| |
Latest revision as of 00:11, 22 August 2012