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) {
-
     h1 {
+
     .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) {
-
     h1 {
+
     .content {
-
       color: blue;
+
       color: red;
     }
     }
}
}
</style>
</style>
</html>
</html>

Revision as of 01:13, 17 October 2014