How to change font size in a textbox in html -


How do I change the font size of text inside html text box

element

  for input  

& lt; Input type = 'text' & gt; {Font-size: 18px; }

or & lt; Textarea & gt; :

textarea {font-size: 18px; }

or & lt; Select & gt; :

  select {font-size: 18px; }  

You get drift


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -