TIL, 2019-06-01, ag git and making default websites look nice
- Git add a file via
ag
:git status | ag 05-31 | xargs git add
- Minimal styling to make a website look nice from the default styling:
body {
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 18px;
color: #444;
padding: 0 10px;
}