CSS Input type

Use this if you want set CSS for input type, button, submit or file :

input[type=”button”] {

}

input[type=”submit”]{

}
input[type=”file”]{

}

Happy coding !!

LEAVE A REPLY