Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to increase size of input submit type in html

input[type=submit] {
    width: 20em;  height: 2em;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #increase #size #input #submit #type #html
ADD COMMENT
Topic
Name
5+6 =