Style Guide

Welcome to the Neo-Brutalist Style Guide, where we document the unwritten rules of our beloved aesthetic.

Here's a quick rundown:

Best Practices

				/* Use color 1 for headers */
				#header { background: #333; }
				/* Use color 2 for main content */
				#content { background: #f2f0f0; }
				/* Use color 3 for links */
				#footer a { color: #00ff00; }
				/* Use color 4 for code blocks */
				#code { background: #f0f0f0; }
			

And that's it!

Now go forth and style like the wind!