Guest User

Untitled

a guest
Aug 15th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <div class='pricing__tier'>
  2. <div class='uni-card-header'>
  3. </div>
  4. <div class='uni-card-body'>
  5. <div class='uni-row-on'>
  6. </div>
  7. <div class='uni-row-off'>
  8. </div>
  9. <div class='uni-row-on card-vat-fee'>
  10. <div class='vat-fee-text'>
  11. Credit card fees and VAT apply. See below for details.
  12. </div>
  13. </div>
  14. </div>
  15. </div>
  16. <style>
  17. .pricing__tier {
  18. padding: 0;
  19. text-align: center;
  20. display: flex;
  21. flex-direction: column;
  22. width: 0%;
  23. flex: 1;
  24. }
  25. </style>
Add Comment
Please, Sign In to add comment