Guest User

Untitled

a guest
Oct 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. /**
  2. * looque
  3. */
  4. html {
  5. height: 100%;
  6. }
  7. body
  8. {
  9. background: #f06;
  10. background: linear-gradient(90deg, white, #cfcfcf );
  11. height: 100%;
  12. min-height:100%;
  13. background-repeat: no-repeat;
  14. margin: 0;
  15. }
  16. #wrapper {
  17. width:70%;
  18. background-color:#fff;
  19. margin:0 auto;
  20. min-height: 100%; /* Mindesthöhe für moderne Browser */
  21. height:auto !important; /* Important Regel für moderne Browser */
  22. height:100%; /* Mindesthöhe für den IE */
  23. overflow: hidden !important; /* FF Scroll-leiste */
  24. }
Add Comment
Please, Sign In to add comment