> >

…and some styles

h1 {
  color: #ffcc00;
  text-shadow: 2px 2px #777;
  text-align: center;
  font-size: 2.8em;
}

h2 { /* ... */ }

li { /* ... */ }

/* etc... */

This goes with other CSS files, e.g. in assets/css.

04 05 06 07 08 09