Field Recordings, Vol. 3
Twelve tracks from a winter in the Cascades.
```
```css
.hero {
padding: 4rem 2rem;
text-align: center;
background: #10243a;
color: #eef;
}
.hero h1 { font-size: 2.5rem; margin: 0 0 .5rem; }
```
Styling a system slot so it fits the page:
```css
.mnw-buy {
border: 2px solid #eef;
border-radius: 8px;
background: #0c1a2c;
}
.mnw-buy-cta { background: #eef; color: #10243a; }
```
A responsive two-column layout:
```css
.grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
@media (max-width: 700px) { .grid { grid-template-columns: 1fr; } }
```
## Moderation
Custom pages are public and subject to the acceptable-use policy. Pages that violate it can be cleared by moderators; your original source is preserved so it can be restored on a successful appeal. Questions go to info@makenot.work.