Skip to content

Instantly share code, notes, and snippets.

@owngeek
Created June 3, 2016 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save owngeek/503fce28c1bb54180324faccd85daec0 to your computer and use it in GitHub Desktop.
Save owngeek/503fce28c1bb54180324faccd85daec0 to your computer and use it in GitHub Desktop.
Html Select option Styling
<select>
<option class="font1" value="volvo">Volvo</option>
<option class="font2" value="saab">Saab</option>
<option class="font3" value="opel">Opel</option>
<option class="font4" value="audi">Audi</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment