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 trialKarina Rogers
Front End Web Development Techdegree Graduate 15,909 PointsWhy does my workspace highlight 'background-blend-mode' in red?
When I type background-blend-mode: multiply; my workspace highlights 'background-blend-mode' in red. My code is working but why is this?
1 Answer
Robert Manolis
Treehouse Guest TeacherHey Karina Rogers , often when you see something like that in an editor, it has to do there being incomplete support or a potential issue with that property or whatever it happens to be. Meaning it may not work in all browser or older version of browsers. When I search that property in caniuse, I can see that it has pretty good support, but the notes at the bottom of this page say there are potentially some issues.
Karina Rogers
Front End Web Development Techdegree Graduate 15,909 PointsKarina Rogers
Front End Web Development Techdegree Graduate 15,909 PointsGot it. Thank you very much!