Advertisement
Guest User

Untitled

a guest
Feb 24th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. .col-1 {
  2. padding-top: 8%;
  3. border : 0.2px solid #ababab;
  4. }
  5.  
  6. .row.no-gutters {
  7. margin-right: 0;
  8. margin-left: 0;
  9. }
  10.  
  11. .grey {
  12. background-color: #413D45;
  13. }
  14.  
  15. .orange {
  16. background-color: #EF9015;
  17. }
  18.  
  19. .yellow {
  20. background-color: yellow;
  21. }
  22.  
  23. .black {
  24. background-color: black;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement