Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. footer {
  2. width: 100%;
  3. background-color: #161616;
  4. }
  5.  
  6. footer img {
  7. float: left;
  8. width: 6%;
  9. margin-left: 30px;
  10.  
  11.  
  12. }
  13.  
  14. footer a{
  15. font-family:Roboto, sans-serif;
  16. color: #4d4d4d;
  17. font-size: 1.3em;
  18. float:right;
  19. margin-right: 10vw;
  20. }
  21.  
  22. footer .row:after {
  23. content: "";
  24. display: table;
  25. clear: both;
  26. }
  27.  
  28. footer img:after {
  29. content:"";
  30. display:table;
  31. clear:both;
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement