Team:UCLA/Template/CSS test

From 2014.igem.org

(Difference between revisions)
Line 535: Line 535:
}
}
.triangle-1 {
.triangle-1 {
-
   width: 30px;
+
   width: 50px;
-
   height: 30px;
+
   height: 50px;
-
   border-bottom: solid 15px rgb(200,30,50);
+
   border-bottom: solid 25px rgb(200,30,50);
-
   border-left: solid 15px rgb(200,30,50);
+
   border-left: solid 25px rgb(200,30,50);
-
   border-right: solid 15px transparent;
+
   border-right: solid 25px transparent;
-
   border-top: solid 15px transparent;
+
   border-top: solid 25px transparent;
}
}
</style>
</style>
</html>
</html>

Revision as of 22:13, 11 August 2014