- [ ] create folder called `styles` - [ ] put an empty css file called `style.css` in it - [ ] add a comment in that file like `// hello world` - [ ] `git add .` - [ ] `git commit -m "Adds style folder and file"` - [ ] push your code