Styling input based on their type with CSS

input[type="text"] { width: 200px; }

source

Leave a Reply