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 trialOsama Mansour
1,411 PointsIn background shorthand property if the first line ends with repeat value will we put (/) forward slash ?
In background shorthand property if the first line ends with repeat value will we put (/) forward slash after the repeat value like this : background:#ffa949 url('../img/mountains.jpg') no-repeat / center cover;
1 Answer
Steven Parker
231,236 PointsIn the background shorthand property, a slash (/
) is only used to separate a bg-position from bg-size.
Since your example is not using either of those, then no, you won't need a slash.
Julie Kohler
6,122 PointsJulie Kohler
6,122 PointsAre you sure? This seems to contradict the video we just watched:
https://teamtreehouse.com/library/css-basics/basic-layout/backgrounds-size-and-position