You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			8 lines
		
	
	
		
			388 B
		
	
	
	
		
			CSS
		
	
			
		
		
	
	
			8 lines
		
	
	
		
			388 B
		
	
	
	
		
			CSS
		
	
.main .header {display:grid; grid-template-columns:64px auto; gap:4px; width:100%; align-items:center;}
 | 
						|
.main .header .icon {width:64px; height:64px;}
 | 
						|
.main .header .icon img {width:64px; height:64px;}
 | 
						|
 | 
						|
.main .header .title { font-size:32px; text-transform: uppercase; font-weight:bold}
 | 
						|
.main .header .subtitle {font-style:italic;font-size:14px; color:gray; text-transform: capitalize;}
 | 
						|
 |