Update index.html
This commit is contained in:
parent
df536eb672
commit
da345ba3c1
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user