← Back to Glossary

background-image

Colors & Backgrounds

Sets one or more background images on an element. Commonly references URL paths or CSS gradients.

Common Value Formats

  • background-image: url('pattern.png'); Standard configuration.
  • background-image: linear-gradient(red, yellow); Standard configuration.
  • background-image: none; Clear background images
interactive-example.html
Live Preview