input types
HTML
<input type="color">
<input type="date">
<input type="datetime">
<input type="datetime-local">
<input type="email">
<input type="month">
<input type="number">
<input type="range">
<input type="search" results>
<input type="tel">
<input type="time">
<input type="url">
<input type="week">
<input type="message" pattern="{5,10}">
CSS
input {
padding: 8px 20px;
display: block;
}