Skip to content

Commit

Permalink
move animal
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoranzhou committed Mar 11, 2024
1 parent 09cf774 commit 8ad2c87
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,7 @@
Plant
</label>
</div>
<div class="col-auto form-check form-check-inline">
<input class="form-check-input" type="checkbox" value="" id="AnimalCheck">
<label class="form-check-label" for="AnimalCheck">
Animal
</label>
</div>


<div class="col-auto form-check form-check-inline">
<input class="form-check-input" type="checkbox" value="" id="FungusCheck">
Expand All @@ -129,7 +124,12 @@
Virus
</label>
</div>

<div class="col-auto form-check form-check-inline">
<input class="form-check-input" type="checkbox" value="" id="AnimalCheck">
<label class="form-check-label" for="AnimalCheck">
Animal
</label>
</div>
</div>
</div>

Expand Down

0 comments on commit 8ad2c87

Please sign in to comment.