Home / CSS Tips Generated By ChatGPT / Background Properties Shorthand in CSS Use the background shorthand property to set several background properties at once. Source Code .background-shorthand { background: url('image.jpg') no-repeat center/cover fixed; }