Team:UCLA/Template/CSS test

From 2014.igem.org

(Difference between revisions)
Line 560: Line 560:
}
}
-
hr.style-four {
+
hr.style-one {
-
    height: 12px;
+
     border: 0;
     border: 0;
-
      
+
     height: 1px;
 +
    background: #333;
 +
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
 +
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
 +
    background-image:    -ms-linear-gradient(left, #ccc, #333, #ccc);
 +
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}
}
</style>
</style>
</html>
</html>

Revision as of 23:28, 12 August 2014