Template:Team:Waterloo/CSS/baseWiki
From 2014.igem.org
(Difference between revisions)
(experiment, sorry) |
(experiment, sorry) |
||
Line 301: | Line 301: | ||
/* Special Styles for Tablet Size Only */ | /* Special Styles for Tablet Size Only */ | ||
@media screen and (max-width: 768px) and (min-width: 320px) { | @media screen and (max-width: 768px) and (min-width: 320px) { | ||
- | + | .content { | |
color: blue; | color: blue; | ||
} | } | ||
Line 307: | Line 307: | ||
/* Special Styles for Smartphones */ | /* Special Styles for Smartphones */ | ||
@media screen and (max-width : 320px) { | @media screen and (max-width : 320px) { | ||
- | + | .content { | |
- | color: | + | color: red; |
} | } | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 01:13, 17 October 2014