mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 20:02:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			No EOL
		
	
	
		
			252 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			No EOL
		
	
	
		
			252 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html><style>
 | |
| body {
 | |
|     background: #444;
 | |
| }
 | |
| .container {
 | |
|     width: 100px; 
 | |
|     background: green;
 | |
|     height: 50px;
 | |
| }
 | |
| .foo {
 | |
|     width: calc(100% - 1px);
 | |
|     background: black;
 | |
|     height: 50px;
 | |
| }
 | |
| </style><div class=container><div class=foo> | 
