Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Latest commit

 

History

History

forms

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Basscss Forms

Basic form styles module for Basscss. Add your own color styles to customize the look and feel.

Label

<label class="label">Hamburger</label>

Input

<input type="text" class="input" />

Select

<select class="select">
  <option>Hamburger 1</option>
  <option>Hamburger 2</option>
  <option>Hamburger 3</option>
  <option>Hamburger 4</option>
</select>

Textarea

<textarea class="textarea" rows="4"></textarea>