Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. .row div{
  2. display: block;
  3. padding-bottom: 9%;
  4. }
  5.  
  6. .container-fluid div{
  7. max-width: 800px;
  8.  
  9. }
  10.  
  11. .grey {
  12. background-color: #333333;
  13. }
  14.  
  15. .yellow {
  16. background-color: #FFCC00;
  17. }
  18.  
  19. .black{
  20. background-color: #000000;
  21. }
  22.  
  23. .orange{
  24. background-color: #FF7F2A;
  25. }
  26.  
  27. .center{
  28. margin:0 auto;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement