mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 14:42:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			No EOL
		
	
	
		
			292 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			No EOL
		
	
	
		
			292 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html><style>
 | |
| * {
 | |
|     border: 1px solid black;
 | |
| }
 | |
| 
 | |
| .grid-container {
 | |
|     display: grid;
 | |
| }
 | |
| 
 | |
| .grid-item {
 | |
|     height: 300px;
 | |
|     max-height: 100px;
 | |
|     align-self: center;
 | |
| }
 | |
| </style><div class="grid-container"><div class="grid-item" id="max-height-item">Item with Max-Height</div></div> | 
