I want to increase the font size of items that comes in drop down list when I click downward arrow in input box that contains list.
I tried to add font-size in tag and I could see the font size increased in input box after I select a item from drop down but I want to see the drop down items itself larger.
Input box with set of listitems :
<input type="text" list="itemnames">
<datalist id="itemnames">
<option>'txt1'</option>