background, color, font. Paste CSS into the CSS pane.
Goal
A brown heading on a light page.
Paste into the HTML pane:
<h1>Mombasa kiosk</h1>
<p>Coastal stall.</p>Paste into the CSS pane:
body { background: #f4f1ea; color: #1a1a1a; font-family: Georgia, serif; }
h1 { color: #8a5a12; }p { font-size: 1.1rem; line-height: 1.4; }h1 { font-weight: 700; }