Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. /*HTML not included!*/
  2. footer {
  3. background: #c0392b;
  4. overflow: hidden;
  5. width: 100%;
  6. }
  7.  
  8. footer div {
  9. background: #e74c3c;
  10. float: left;
  11. outline: 1px solid #000;
  12. width: 33.33%;
  13. }
  14.  
  15. footer div p {
  16. padding: 10px;
  17. }
  18.  
  19. .blue-color {
  20. background: #3498db;
  21. }
  22.  
  23. .green-color {
  24. background: #40d47e;
  25. }
  26.  
  27. .red-color {
  28. background: #e74c3c;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement