11 lines
		
	
	
		
			139 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			139 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| body, html, .container {
 | |
| 	width: 100%;
 | |
| 	height: 100%;
 | |
| 	margin: 0;
 | |
| 	padding: 0;
 | |
| }
 | |
| 
 | |
| .container {
 | |
| 	background-color: #292929;
 | |
| 	color: white;
 | |
| } | 
