Works but need to next inputs inside labels if want no text
This commit is contained in:
18
index.html
18
index.html
@@ -77,18 +77,12 @@
|
||||
</p> -->
|
||||
<p class="damage">
|
||||
<span>
|
||||
<!-- <label>
|
||||
</label>
|
||||
<label>
|
||||
</label>
|
||||
<label>
|
||||
</label> -->
|
||||
<input type="radio" name="d1">
|
||||
<!-- <label>label1</label> -->
|
||||
<input type="radio" name="d1">
|
||||
<!-- <label>label2</label> -->
|
||||
<input type="radio" name="d1" checked>
|
||||
<!-- <label>label3</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><span>Troop Number</span> 1</p>
|
||||
|
||||
Reference in New Issue
Block a user