1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-08 14:56:28 +02:00

Cleanup for demo page

This commit is contained in:
Angelos Chalaris
2017-01-27 13:54:03 +02:00
parent e31948c219
commit f577ce28c1

View File

@@ -166,18 +166,12 @@
<a href="#">About</a> <a href="#">About</a>
<a href="#">Contact</a> <a href="#">Contact</a>
</nav> </nav>
<style>
label {
padding: 4px;
}
</style>
<form> <form>
<fieldset> <fieldset>
<legend>Simple form</legend> <legend>Simple form</legend>
<div class="input-group fluid"> <div class="input-group fluid">
<label for="username">username</label> <label for="username">username</label>
<input type="email" value="" id="username" placeholder="username"> <input type="email" value="" id="username" placeholder="username">
<label for="pwd">password</label> <label for="pwd">password</label>
<input type="password" value="" id="pwd" placeholder="password"> <input type="password" value="" id="pwd" placeholder="password">
</div> </div>
@@ -188,14 +182,13 @@
<div class="input-group"> <div class="input-group">
<input type="checkbox" id="check1" tabindex="0"> <input type="checkbox" id="check1" tabindex="0">
<label for="check1">Checkbox</label> <label for="check1">Checkbox</label>
</div> </div>
<div class="input-group">
<div class="input-group">
<input type="radio" id="rad1" tabindex="0" name="radio-group-1"> <input type="radio" id="rad1" tabindex="0" name="radio-group-1">
<label for="rad1">Radio</label> <label for="rad1">Radio</label>
</div> </div>
</fieldset> </fieldset>
</form> </form>
</div> </div>
</div> </div>