fix skit bug

This commit is contained in:
hafifierahman
2021-11-02 01:15:59 +08:00
parent 0044a0bc57
commit dd4954b9c2
13 changed files with 254 additions and 81 deletions
@@ -102,14 +102,16 @@
<br><br>
<div class="row">
<div class="btn-group-toggle col-md-12 col-sm-12 mb-4 radiostyle" data-toggle="buttons">
<label class="btn btn-lg radio-yellow">
<div class="col-md-12 col-sm-12 mb-4">
<input autocomplete="off" type="radio" name="radpendser" id="option1" value="pendahuluan" autocomplete="off" checked>
<span>Pendahuluan</span>
</label>
<label class="btn btn-lg radio-green">
<input autocomplete="off" type="radio" name="radpendser" id="option2" value="serahan" autocomplete="off"><span>Serahan</span>
</label>
<input autocomplete="off" type="radio" name="radpendser" id="option2" value="serahan" autocomplete="off">
<span>Serahan</span>
<input autocomplete="off" type="radio" name="radpendser" id="option3" value="Online" autocomplete="off">
<span>Serahan-Online</span>
</div>
</div>