mirror of
				https://github.com/fmtlib/fmt.git
				synced 2025-11-04 08:01:40 +01:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			120 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			120 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								// Center-align a block level element
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.center-block() {
							 | 
						||
| 
								 | 
							
								  display: block;
							 | 
						||
| 
								 | 
							
								  margin-left: auto;
							 | 
						||
| 
								 | 
							
								  margin-right: auto;
							 | 
						||
| 
								 | 
							
								}
							 |