mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:32:45 +00:00 
			
		
		
		
	 949483fb01
			
		
	
	
		949483fb01
		
	
	
	
	
		
			
			This case is important because we have to clamp the width before using it to determine the auto height.
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			523 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			523 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html><html><head><style>
 | |
|       * {
 | |
|         margin: 0;
 | |
|         padding: 0;
 | |
|         border: 1px solid black;
 | |
|         font: 16px SerenitySans;
 | |
|       }
 | |
|       body {
 | |
|         display: flex;
 | |
|         flex-direction: column;
 | |
|       }
 | |
|       main {
 | |
|         background: pink;
 | |
|         max-width: 400px;
 | |
|       }
 | |
| </style></head><body><main>For my day job I'm currently working as a Software Engineer at For my day job I'm currently working as a Software Engineer at For my day job I'm currently working as a Software Engineer at
 |