mirror of
				https://github.com/Textualize/textual.git
				synced 2025-10-17 02:38:12 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			146 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			146 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Grid {
 | 
						|
    grid-size: 2 4;  /* (1)! */
 | 
						|
}
 | 
						|
 | 
						|
Label {
 | 
						|
    border: round white;
 | 
						|
    content-align: center middle;
 | 
						|
    width: 100%;
 | 
						|
    height: 100%;
 | 
						|
}
 |