Search
 
SCRIPT & CODE EXAMPLE
 

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>
Comment

PREVIOUS NEXT
Code Example
Css :: mb in bootstrap 
Css :: estilos de button css 
Css :: loading bar css 
Css :: how to put something on layers css 
Css :: iphne media query csss 
Css :: display elements in column css 
Css :: difference between pseudo elements and pseudo classes 
Css :: zoom background image css 
Css :: css background collor 
Css :: how to remove default padding of div 
Css :: how to ignore an element from the flexbox container 
Css :: grid template 
Css :: declare variables for color in css 
Css :: neomorphic box 
Css :: use dark shed in image in css 
Css :: CSS cloud shape 
Css :: remove background from image 
Css :: Fixed Button With 100% 
Css :: input css for disabled state 
Css :: animate.css 
Css :: scrollheight 
Css :: how to get 2 words one left aligh and right align in css 
Css :: css border 
Css :: css last child with class 
Css :: css loader with gradient 
Css :: css display flex white-space: nowrap; 
Css :: :global css 
Css :: transform css 
Css :: pixel to inches 
Css :: javafx change image on hover 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =