Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. body {
  2. margin: 0;
  3. background: linear-gradient(to right top, #29aae1 50%, #ddd 50%);
  4. background-size: 100% calc(100% - 100vh + -6px);
  5. background-repeat: no-repeat;
  6. }
  7.  
  8. body:before {
  9. content: '';
  10. position: fixed;
  11. top: 6px;
  12. bottom: 0;
  13. width: 100%;
  14. z-index: -1;
  15. background: white;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement