Advertisement
Guest User

Untitled

a guest
May 27th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. /**
  2. * The first commented line is your dabblet’s title
  3. */
  4.  
  5.  
  6. min-height: 100%;
  7.  
  8. .bg-white{
  9. background-color:#fff;
  10. }
  11.  
  12. .bg-black{
  13. background-color:#000;
  14. }
  15. .bg-blue{
  16. background-color:#0072a6;
  17. }
  18. .brand-blue{
  19. color:#0072a6;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement