Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. select {
  2. letter-spacing:10px;
  3. }
  4.  
  5. option {
  6. letter-spacing: 10px;
  7. color: red;
  8. }
  9.  
  10. <select class="form-control" name="select" id="myselect">
  11. <option value="105">Option 1</option>
  12. <option value="106">Option 2</option>
  13. <option value="107">Option 3</option>
  14. </select>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement