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 trialLucas Krause
19,924 PointsThere is no correct answer for this question.
This is not a question but meant as a hint for all people stucking in the quiz "Advanced Backgrounds" of the stage "Backgrounds and Borders" in the "CSS Foundations" course.
For the question What is the function of the "background-clip" property? the correct answer is It determines whether the background position is relative to the border, padding or content area of the element.. This would be the correct answer for the background-origin
property but not for the background-clip
property.
I'm going to inform the Treehouse team about this issue and hope that they'll fix this soon.
~ Cheers
3 Answers
Philip G
14,600 PointsWorking for me... Try in Incognito Mode(Chrome)
Philip G
14,600 PointsPS: Wie du sehen kannst funktioniert es ;)
Lucas Krause
19,924 PointsAs I wrote above I know that that answer works perfectly. The problem with that answer is that it isn't correct! :D
Philip G
14,600 PointsWarum? W3Schools
Lucas Krause
19,924 PointsBecause the answer matches the function of the background-origin
property (w3schools) not of the background-clip
property.
Philip G
14,600 PointsLucas Krause
19,924 PointsIf you are reading any of the linked articles carefully you actually must discover that the answer describes background-origin
instead of background-clip
.
A suitable answer describing background-clip
would be It clips the background to the specified area of the element..
Andrew McCormick
17,730 PointsLucas Krause , Looks to me like you are correct. I'm going to send a link to this thread to the support team. thanks.
Lucas Krause
19,924 PointsThat would be nice. I already did it but I think it's always good when a moderator reports an issue :)
Lucas Krause
19,924 PointsLucas Krause
19,924 PointsSure it works but the answer isn't correct. The answer is describing the
background-origin
property. None of the available answers describes thebackground-clip
property. ;)