mirror of
				https://github.com/phuoc-ng/csslayout.git
				synced 2025-10-29 04:16:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			148 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			148 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| .centering {
 | |
|     align-items: center;
 | |
|     display: flex;
 | |
|     justify-content: center;
 | |
| 
 | |
|     /* Demo */
 | |
|     flex-direction: column;
 | |
|     width: 6rem;
 | |
| } |