Team:Calgary/Sandbox
From 2012.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<head> | <head> | ||
<style> | <style> | ||
- | @media | + | @media screen and (min-width:769px){ |
p.desktop{ | p.desktop{ | ||
display:block; | display:block; | ||
Line 11: | Line 11: | ||
} | } | ||
- | @media only screen and (max | + | @media only screen and (max-width:768px){ |
p.desktop{ | p.desktop{ | ||
display:none; | display:none; |
Revision as of 22:25, 16 May 2012
This is a paragraph.
You are using a desktop computer.
You are using a horizontal mobile platform.