Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <select class="bigselect">
  2. <optgroup class="bigelements">
  3.  
  4. <option>乙</option>
  5. <option>丙</option>
  6. <option class="afire">丁</option>
  7. <option>戊</option>
  8. <option>己</option>
  9. <option>庚</option>
  10. <option>辛</option>
  11. <option>壬</option>
  12. <option>癸</option>
  13. </optgroup>
  14. </select>
  15.  
  16. .bigselect {
  17. font-size: 48px;
  18. width: 85px;
  19. height: 90px;
  20. max-width: 85px;
  21. }
  22.  
  23. .bigelements {
  24. font-size: 1em;
  25. width: 85px;
  26. }
  27.  
  28. .afire
  29. {
  30. color: red;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement