671 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			671 B
		
	
	
	
	
	
	
	
title
| title | 
|---|
| Use the justify-content Property in the Tweet Embed | 
Use the justify-content Property in the Tweet Embed
The different values for justify-content from the previous challenge are:
flex-startaligns items to the start of the flex container.flex-endaligns items to the end of the flex container.space-betweenaligns items to the center of the main axis, with extra space placed between the items.space-aroundsimilar tospace-betweenbut the space is distributed around all the items.