Interactive online courses HTML Academy
2026-03-09 12:24 Diff

You can include more than two colors in a linear gradient. In order to do this, simply list the colors separated by commas. For example, if you specify this CSS:

linear-gradient(to right, red, yellow, green)

then you will get a uniform gradient with three colors:

For this assignment, the .aurora block needs to write a rainbow gradient from top to bottom.