Quantcast
Channel: Marius' Blog » CSS
Viewing all articles
Browse latest Browse all 5

How to style HTML/XHTML input tag by type with CSS

$
0
0

Use the below CSS code to edit the HTML/XHTML input tag by type.

CSS code:

input[type=button]{}
input[type=checkbox]{}
input[type=file]{}
input[type=image]{}
input[type=password]{}
input[type=radio]{}
input[type=reset]{}
input[type=submit]{}
input[type=text]{}

Viewing all articles
Browse latest Browse all 5

Trending Articles