html - Changing font size in drop down -


this question has answer here:

i'm trying style form of elements in form drop down menus. having trouble styling these items.

i have tried calling select , option this

.writerbox select option{   height:2em;   font-size:2em; } 

and have tried calling select. there i'm missing here or trick make font larger?

i have set jsfiddle play with. wonderful!

you can set font-size of select percent larger 100

select{     font-size: 130%; } 

jsfiddle


Comments