Designing a website in the browser and in need of a horizontal grid to check your vertical rhythm?

```
background: linear-gradient(to bottom, #23b9ff 0, rgba(255, 255, 255, 0) 1px) repeat-y;
background-size: 100% 1rem;
```
#CSS #verticalrhythm