siimple css v3.3.1 GitHub Examples Home
Input
The universal text input element
Add the siimple-input class to your text-based input fields (text, password and email types).
<label class="siimple-label">Your email: </label>
<input type="text" class="siimple-input" placeholder="you@company.com">
Fluid input
You can set a full width input field by adding a siimple-input--fluid class.

<label class="siimple-label">Your email: </label><br>
<input type="text" class="siimple-input siimple-input--fluid">
Found a mistake or want to help improve this documentation? Suggest changes.