Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

Lester Rodrigo
PLUS
Lester Rodrigo
Courses Plus Student 9,549 Points

please help :D

Set the second color stop's position to 90%. Then, add the value that sets the gradient direction from bottom to t

1 Answer

Steven Parker
Steven Parker
229,744 Points

You didn't provide your code or a link to the course/challenge, so I have to guess about your issue. But assuming you already have accomplished the previous step you're almost there.

To "Set the second color stop's position to 90%" just add "90%" after the name of the second color.

And for the direction, you only need to indicate the final edge, so the phrase "to top" will do.

If you're still stuck, be sure to share your current answer and a link to the problem.