For a multi-layer background, the background-________ property can be used to control the positioning of each background layer.
- background-repeat
- background-position
- background-attachment
- background-layer
The correct option is background-position. This property allows you to control the positioning of each background layer individually, enabling you to create multi-layered backgrounds with precise placement.
Loading...
Related Quiz
- For accessibility, using ________ in CSS can provide better control over how elements are read by screen readers.
- You have a grid layout with explicit row and column sizes set. You want the items that don't fit into the explicitly defined rows or columns to automatically be placed into new implicit rows or columns. How would you achieve this behavior?
- Which CSS position value is NOT relative to the normal document flow?
- What is the main limitation of CSS Variables when compared to SASS Variables in terms of preprocessing?
- To control the white space around text within an element, the CSS property ________ is used.