Created
December 13, 2018 11:22
-
-
Save ihorvyshniakov/9653e90865fae16cffb9c28929ffbb63 to your computer and use it in GitHub Desktop.
Basic_css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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