| 
									
										
										
										
											2018-10-12 15:37:13 -04:00
										 |  |  | --- | 
					
						
							|  |  |  | title: Use the justify-content Property in the Tweet Embed | 
					
						
							|  |  |  | --- | 
					
						
							| 
									
										
										
										
											2019-07-24 00:59:27 -07:00
										 |  |  | # Use the justify-content Property in the Tweet Embed
 | 
					
						
							| 
									
										
										
										
											2018-10-12 15:37:13 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-07-24 00:59:27 -07:00
										 |  |  | --- | 
					
						
							|  |  |  | ## Problem Explanation
 | 
					
						
							| 
									
										
										
										
											2018-10-12 15:37:13 -04:00
										 |  |  | The different values for `justify-content` from the previous challenge are: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - `flex-start` aligns items to the start of the flex container. | 
					
						
							|  |  |  | - `flex-end` aligns items to the end of the flex container. | 
					
						
							|  |  |  | - `space-between` aligns items to the center of the main axis, with extra space placed between the items. | 
					
						
							|  |  |  | - `space-around` similar to `space-between` but the space is distributed around all the items. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Read <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content' target='_blank' rel='nofollow'>more about `justify-content`</a>. |