Q15
Single choice
Given the following HTML:
```html
<div class="example">Example</div>
```
And the style:
.example {background: red;
}Which line of code changes the background color of the `<div>` when the width is between 600 and 900 pixels or more than 1,100 pixels?