2 padding: 0;
3 margin: 0;
4 box-sizing: border-box;
5}
6
7body {
8 font-family: 'helvetica Neue', helvetica, arial, sans serif;
9 background-color: #000;
10 color: #fff;
11}
12
13
14header {
15 display: grid;Powered by SnippSync • Always fresh, always in sync
Create snippets that automatically sync with your GitHub repositories. Never worry about outdated documentation again.