12 lines
		
	
	
		
			121 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			121 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
 | 
						|
body {
 | 
						|
  background-color: white;
 | 
						|
  color: black;
 | 
						|
  width: 100%;
 | 
						|
  height: 100%;
 | 
						|
}
 | 
						|
 | 
						|
article {
 | 
						|
  top: 66px;
 | 
						|
}
 |