Think I got it working with boxes instead of text??
This commit is contained in:
32
index.html
32
index.html
@@ -75,16 +75,34 @@
|
||||
</label>
|
||||
</span>
|
||||
</p> -->
|
||||
<p class="damage">
|
||||
<!-- <p class="damage">
|
||||
<span>
|
||||
<input type="radio" name="d1" id="clear" checked>
|
||||
<label for="clear">lethal</label>
|
||||
<input type="radio" name="d1" id="bruise">
|
||||
<label for="bruise">clear</label>
|
||||
<input type="radio" name="d1" id="lethal">
|
||||
<label for="lethal">bruise</label>
|
||||
<input type="radio" name="d1" id="clear" checked>
|
||||
<label for="clear">lethal</label>
|
||||
<input type="radio" name="d1" id="bruise">
|
||||
<label for="bruise">clear</label>
|
||||
<input type="radio" name="d1" id="lethal">
|
||||
<label for="lethal">bruise</label>
|
||||
</span>
|
||||
</p> -->
|
||||
|
||||
<p class="damage">
|
||||
<!-- <span> -->
|
||||
<label>
|
||||
<input type="radio" name="d1" checked>
|
||||
<span class="damage-selector lethal"></span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" name="d1">
|
||||
<span class="damage-selector clear"></span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" name="d1">
|
||||
<span class="damage-selector bruise"></span>
|
||||
</label>
|
||||
<!-- </span> -->
|
||||
</p>
|
||||
|
||||
<p><span>Troop Number</span> 1</p>
|
||||
<p><span>Primary Weapon Type</span> Rifle</p>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user