<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#banner { 
 background-color:red; 
} 
header { 
 background-image: url(https://www.w3schools.com/css/img_5terre.jpg);   
 /*if this image not work, use your own image from local. */ 
  
 color: lightblue; 
} 
h2.author{ 
 color: red; 
} </pre></body></html>