*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;width:100%;min-height:100vh}``` 4 Press **Ctrl+S** to save Then in Git Bash: ``` git add . git commit -m "fix white gap" git push{}
