mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:02:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			234 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			234 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <style>
 | |
|     * {
 | |
|         width: 0px;
 | |
|         height: 0px;
 | |
|     }
 | |
|     .abs {
 | |
|         width: calc(abs(-80px))
 | |
|     }
 | |
|     .sign {
 | |
|         width: calc(sign(-100px) * -100px);
 | |
|     }
 | |
| </style><div class="abs"><div class="sign">
 | 
