Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

change font size of input text html

<style>
#my_input{
	font-size:15px;  
}
</style>

<input id='my_input'> 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #font #size #input #text #html
ADD COMMENT
Topic
Name
2+2 =