Before we get back to your web site, let's talk some more about colors! As we've seen, there's a bunch of standard names that we can use.

<html>
 <head>
  <style>.box {color: firebrick;background-color: goldenrod;border: 2px solid firebrick;}</style>
 </head>
 <body><div class="box">Gryffindor</div></body>
</html>
]]>

Good stuff! There are as many as 140 standard names that include a whole lot of weird names like papayawhip and peachpuff.

We'll talk about hexadecimal colors in a second, I promise!