Team:KAIST Korea/home
From 2012.igem.org
(Difference between revisions)
Line 11: | Line 11: | ||
<head> | <head> | ||
<style> | <style> | ||
+ | @media (min-width:980px) and (max-width: 1210px){ | ||
+ | #main | ||
+ | { | ||
+ | min-height: 100%; | ||
+ | width: 1024px; | ||
+ | margin: 0 auto; | ||
+ | background-color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | #main #main-img | ||
+ | { | ||
+ | position: absolute; | ||
+ | width: 1024px; | ||
+ | } | ||
+ | |||
+ | } | ||
@media (max-width: 980px) { | @media (max-width: 980px) { | ||
#main | #main |
Revision as of 14:41, 18 August 2012
@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