HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>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:</p>
1 <p>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:</p>
2 linear-gradient(to right, red, yellow, green)<p>then you will get a uniform gradient with three colors:</p>
2 linear-gradient(to right, red, yellow, green)<p>then you will get a uniform gradient with three colors:</p>
3 <p>For this assignment, the .aurora block needs to write a rainbow gradient from top to bottom.</p>
3 <p>For this assignment, the .aurora block needs to write a rainbow gradient from top to bottom.</p>