Guest User

Untitled

a guest
Nov 24th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. html {
  2. height: 100%;
  3. }
  4. body {
  5. margin: 0;
  6. padding: 0;
  7. min-height: 100%;
  8. box-sizing: border-box;
  9. background-color: rgba(96.4%, 82.5%, 47.7%, 0.85);
  10. background-image: url("../svg/i-like-food.svg");
  11. background-size: 25px 25px;
  12. display: flex;
  13. flex-direction: column;
  14. }
  15.  
  16. .flex-container {
  17. flex: 1 0 auto;
  18. width: 100%;
  19. margin-top: 105px;
  20. }
  21.  
  22. .navbar {
  23. position: fixed;
  24. top: 0;
  25. margin: 0;
  26. background-image: url("../svg/i-like-food.svg");
  27. background-size: 75px 75px;
  28. background-color: rgba(96.4%, 82.5%, 47.7%, 1);
  29. min-height: 105px;
  30. }
  31.  
  32. footer {
  33. flex: 0 0 auto;
  34. position: relative;
  35. background-color: rgba(96.4%, 82.5%, 47.7%, 1);
  36. background-size: 75px 75px;
  37. background-image: url("../svg/i-like-food.svg");
  38. }
Add Comment
Please, Sign In to add comment