0 / 60 seg.

Find the mistake in this CSS code which intends to make all <h1> elements blue:

h1 {
    font-color: blue;
}