Update index.html

This commit is contained in:
William Mantly 2015-07-28 18:08:57 -04:00
parent df536eb672
commit da345ba3c1

View File

@ -13,18 +13,22 @@
<div class="row">
<div class="col">
<div class="box" id="box-1"></div>
<p>The box color is <span id = "color-1"></span></p>
<p>
The box color is <span id="color-1"></span>
</p>
</div>
<div class="col">
<div class="box" id="box-2"></div>
<p>The box color is <span id = "color-2"></span></p>
<p>
The box color is <span id="color-2"></span>
</p>
</div>
<div class="col">
<div class="box" id="box-3"></div>
<p>The box color is <span id = "color-3"></span></p>
</div>
<p>
The box color is <span id="color-3"></span>
</p>
</div>
</div>
</body>
</html>