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

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

tsql - Correct sql/hql query (aggregate in where clause) -