Team:Calgary/Sandbox
From 2012.igem.org
(Difference between revisions)
Line 93: | Line 93: | ||
height: 30px; | height: 30px; | ||
background-color: red; | background-color: red; | ||
+ | } | ||
+ | .arrow{ | ||
+ | width: 0; | ||
+ | height: 0; | ||
+ | border-top: 15px solid transparent; | ||
+ | border-bottom: 15px solid transparent; | ||
+ | border-left: 15px solid blue; | ||
} | } | ||
} | } | ||
Line 138: | Line 145: | ||
<body> | <body> | ||
<p>This is not a paragraph.</p> | <p>This is not a paragraph.</p> | ||
+ | <div class="arrow"></div> | ||
<div id="box"></div> | <div id="box"></div> |
Revision as of 15:31, 13 June 2012
This is not a paragraph.