Skip to content

Instantly share code, notes, and snippets.

@robhrt7
Created April 20, 2012 16:20
Show Gist options
  • Save robhrt7/2430085 to your computer and use it in GitHub Desktop.
Save robhrt7/2430085 to your computer and use it in GitHub Desktop.
Варианты форм
div {
margin-bottom: 5px;
}
input {
width: 200px;
}
<div><input type="text"> text</div>
<div><input type="date"> date</div>
<div><input type="datetime"> datetime</div>
<div><input type="datetime-local"> datetime-local</div>
<div><input type="time"> time</div>
<div><input type="email"> email</div>
<div><input type="range"> range</div>
<div><input type="search"> search</div>
<div><input type="number"> number</div>
<div><input type="tel"> tel</div>
<div><input type="url"> url</div>
<div><input type="month"> month</div>
<div><input type="week"> week</div>
<div><input type="color"> color</div>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment