Advertisement
AncientGigas

Ngetik Coding - CSS - Fullscreen CSS Layout

Apr 20th, 2018
657
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.06 KB | None | 0 0
  1. *{
  2.     margin: 0; padding: 0;
  3. }
  4.  
  5. body{
  6.     height:100%;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement