Into the Wild

Into the Wild
/* Change all paragraph text to dark blue */ p { color: #003366; } /* Change H1 headers to red */ h1 { color: #cc0000; }