Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to make the select box font size small in css

optgroup { font-size:40px; }
<select>
  <optgroup>
    <option selected="selected" class="service-small">Service area?</option>
    <option class="service-small">Volunteering</option>
    <option class="service-small">Partnership & Support</option>
    <option class="service-small">Business Services</option>
  </optgroup>
</select>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #select #box #font #size #small #css
ADD COMMENT
Topic
Name
3+2 =