Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <body>
  2. <div></div>
  3. </body>
  4.  
  5. html, body {
  6. height: 100%;
  7. margin: 0;
  8. overflow: hidden;
  9. }
  10.  
  11. div {
  12. background: linear-gradient(red, yellow);
  13. height: calc(100% - 26px);
  14. margin: 13px 0 0 13px;
  15. width: calc(100% - 26px);
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement