Skip to content

Instantly share code, notes, and snippets.

@ihorvyshniakov
Created December 13, 2018 11:22
Show Gist options
  • Save ihorvyshniakov/9653e90865fae16cffb9c28929ffbb63 to your computer and use it in GitHub Desktop.
Save ihorvyshniakov/9653e90865fae16cffb9c28929ffbb63 to your computer and use it in GitHub Desktop.
Basic_css
body{
margin: 0;
padding: 0;
box-sizing: border-box;
height: 100%;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment