Advertisement
clicktap

Generic classes

Jan 27th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. .inline{ display: inline-block; }
  2. .block{ display: block; }
  3. .white{ color: white; }
  4. .flright { float: right; }
  5. .caps { text-transform: uppercase; }
  6. .font15 { font-size: 15px; }
  7. .justify { text-align: justify; }
  8. .white {color: white}
  9. .cavaliar{font-family: 'fox-cavaliar';}
  10. .poppins {font-family: 'poppins'}
  11. .px70 {height: 70px}
  12. .line200{height: 2px; width: 200px; background: #f8b89d; vertical-align: middle; margin-left: 20px;}
  13. .pad0{padding: 0}
  14. .padr20{padding-right: 20px}
  15. .pad100{padding-top: 100px}
  16. .maxwid400 {max-width: 400px}
  17. .marauto {margin: auto;}
  18. .relative {position: relative;}
  19. .mar0 {margin: 0;}
  20. .martop10 {margin-top: 10px;}
  21. .absolute {position: absolute;}
  22. .top0 {top: 0;}
  23. .border-rad0{border-radius: 0 !important}
  24. .border-rad5{border-radius: 5px !important}
  25. .yellow-border { border: 1px solid #fff !important; }
  26. .pointer { cursor: pointer; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement