14 lines
		
	
	
		
			630 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			630 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| 
								 | 
							
								---
							 | 
						||
| 
								 | 
							
								title: Use the justify-content Property in the Tweet Embed
							 | 
						||
| 
								 | 
							
								localeTitle: 在Tweet Embed中使用justify-content属性
							 | 
						||
| 
								 | 
							
								---
							 | 
						||
| 
								 | 
							
								## 在Tweet Embed中使用justify-content属性
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								来自先前挑战的`justify-content`的不同值是:
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								*   `flex-start`将项目对齐到Flex容器的开头。
							 | 
						||
| 
								 | 
							
								*   `flex-end`将项目对齐到Flex容器的末尾。
							 | 
						||
| 
								 | 
							
								*   `space-between`将项目与主轴的中心对齐,在项目之间放置额外的空间。
							 | 
						||
| 
								 | 
							
								*   `space-around`类似`space-between` ,但空间周围所有的项目分布。
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								阅读[更多关于`justify-content`](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) 。
							 |