BlogDid you know? CSS Input type By Ardhitya Wiedha Irawan - November 2, 2010 0 24 FacebookXPinterestWhatsApp 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 !! loading...