Guest User

Untitled

a guest
Jul 12th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. .vertical-top {
  2. vertical-align: top !important;
  3. }
  4.  
  5. .vertical-middle {
  6. vertical-align: middle !important;
  7. }
  8.  
  9. .vertical-bottom {
  10. vertical-align: bottom !important;
  11. }
  12.  
  13. .vertical-baseline {
  14. vertical-align: baseline !important;
  15. }
  16.  
  17. .vertical-text-top {
  18. vertical-align: text-top !important;
  19. }
  20.  
  21. .vertical-text-bottom {
  22. vertical-align: text-bottom !important;
  23. }
  24.  
  25. .vertical-sup {
  26. vertical-align: sup !important;
  27. }
  28.  
  29. .vertical-sub {
  30. vertical-align: sub !important;
  31. }
Add Comment
Please, Sign In to add comment