index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
path: root/index.html
diff options
author | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-03-23 14:59:27 -0700 |
---|---|---|
committer | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-03-23 14:59:27 -0700 |
commit | 6ea86c77f56a26bcbb1c90c46e035385791e7ef9 (patch) | |
tree | d5d513113d77381d7be5024a0bb7c4cf9fe1f196 /index.html | |
parent | e9d104f07823a6165315938ce48cf3d14465fe17 (diff) |
Think I got it working with boxes instead of text??
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 32 |
1 files changed, 25 insertions, 7 deletions
@@ -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> |