7 lines
		
	
	
		
			170 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			170 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
body {
 | 
						|
  background-image: linear-gradient(to bottom right, #111111, #000000);
 | 
						|
  background-attachment: fixed;
 | 
						|
  background-size: cover;
 | 
						|
  background-position: center;
 | 
						|
}
 |