Horje
how to make the select box font size small in css Code Example
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>




Css

Related
add css file through jquery Code Example add css file through jquery Code Example
css hover affect other item Code Example css hover affect other item Code Example
inset boxshadow Code Example inset boxshadow Code Example
square with 2 colors css Code Example square with 2 colors css Code Example
javafx set border outside Code Example javafx set border outside Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11