forked from asklyphe-public/asklyphe
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			No EOL
		
	
	
		
			203 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			No EOL
		
	
	
		
			203 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
body {
 | 
						|
    background: white;
 | 
						|
    display: flex;
 | 
						|
    flex-direction: column;
 | 
						|
    align-items: center;
 | 
						|
    justify-content: center;
 | 
						|
}
 | 
						|
 | 
						|
a {
 | 
						|
    color: black;
 | 
						|
}
 | 
						|
 | 
						|
img {
 | 
						|
    width: 640px;
 | 
						|
    height: 480px;
 | 
						|
} |