picnic
Version:
A lighweight CSS library with nice defaults and many plugins to kickstart your projects
18 lines (14 loc) • 322 B
Markdown
## Input
Simple (or not) text form elements:
```html
<fieldset class="flex two">
<label><input type="email" placeholder="Email"></label>
<label><input type="password" placeholder="Password"></label>
</fieldset>
<textarea placeholder="Textarea"></textarea>
```
<style>
input.demo {
margin-bottom: .3em;
}
</style>