Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <style>
  2. .asterik-span{
  3. color: red; font-family: bold; font-size: 16px;
  4. }
  5. .select-diag{
  6. width:90%;border:1px solid #ddd; border-radius:3px;height:32px;
  7. }
  8. </style>
  9.  
  10. <select class="select-diag">
  11. <option >Value1</option>
  12. <option >Value2</option>
  13. <option >Value3</option>
  14. </select>
  15. <span class='pull-right asterik-span'>*</span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement