Background:Shorthand 7

On HTML/CSS Lesson 8, Step 7

Error message says “Did you use the shorthand background property?” I abbreviated every background item that I see on this but I still keep getting the error. If someone could correct what I’m doing wrong I’d greatly appreciate it.

You were supposed to use background property, not background-image (line 8).

background is a shorthand property for background-* properties.

THANK YOU!!!

My mistake

You’re very welcome :slight_smile:

Thank you, I was having the same problem