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 trialPranav Gupta
Courses Plus Student 6,125 PointsNone of the options yield a correct answer in the quiz
The correct way to make a color semi transparent is to :
A : color: lighten($color, 0.3); B : color: transparentize($color, 0.3); C : color: rgba($color, 0.5); D : color: transparentize($color, 30%);
Can someone tell me what's the right answer. I think "C" should be right answer. But any option I choose, it gives me an error. is this a bug ?
2 Answers
andren
28,558 PointsThe order the choices are listed in is randomized each time you start the quiz, so you might have accidentally picked the same wrong answer multiple times if you only tried to get though the quiz 4 times.
I have tried the quiz 3 times now and the answer that states "color: transparentize($color, 0.3);" is always accepted.
Pranav Gupta
Courses Plus Student 6,125 Pointsthanks!!