Forms

Form elements are different types of input elements, like text fields, checkboxes, radio buttons, submit buttons, and more.

Input

Input Primary Color

Input Secondary Color

Input Success Color

Input Info Color

Input Warning Color

Input Error Color

Textarea

Select

<label for="input">Input</label> <input type="text" name="input" id="input" placeholder="Text..." /> <label for="textarea">Textarea</label> <textarea name="textarea" id="textarea" placeholder="Text..."></textarea> <label for="select">Select</label> <select name="select" id="select"> <option value="">Choose an item...</option> <optgroup label="Original CSS"> <option value="">skeletonic.css</option> <option value="">skeletonic-debug-mode.css</option> </optgroup> <optgroup label="Minified CSS"> <option value="">skeletonic.min.css</option> <option value="">skeletonic-debug-mode.min.css</option> </optgroup> </select>

The Anatomy of Skeletonic CSS - A lightweight, intuitive, accessible and ultra-responsive CSS Framework