Other Stuff We Worked On

Because, you know, our actual projects are still in development.

We also worked on:

We hope you enjoy our work!

/* CSS */ body { background-color: #F7DC77; font-family: 'Inscrutable Font', sans-serif; } h1 { color: #FF0000; font-size: 36px; } p.lead { font-weight: bold; color: #0000FF; } .subnav { list-style: none; padding: 10px; } .subnav a { color: #000; text-decoration: none; border-bottom: 4px solid #000; margin-right: 10px; } .content { background: #C0C0C0; padding: 20px; } .content ul { list-style: disc; padding: 0; margin: 0; } .content li { margin: 0 0 20px 20px; } a { color: #FF0000; text-decoration: none; } a:hover { color: #000000; }