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 CSS Basics (2014) Basic Layout Backgrounds: Size and Position

Osama Mansour
Osama Mansour
1,411 Points

In 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
Steven Parker
229,657 Points

In the background shorthand property, a slash (/) is only used to separate a bg-position from bg-size.

:point_right: Since your example is not using either of those, then no, you won't need a slash.