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

Suzanne N
Suzanne N
1,407 Points

Shorthand property

Do I have to use a certain order at the shorthand property?

1 Answer

Sean T. Unwin
Sean T. Unwin
28,690 Points

If you're referring to the background property, then it will allow any order of values.

Be aware that if you don't set all the values, the ones that weren't set will use their initial values. For example if you don't set the background-color value it will be transparent.

References:

https://developer.mozilla.org/en-US/docs/Web/CSS/background

https://css-tricks.com/almanac/properties/b/background/