mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 17:02:45 +00:00 
			
		
		
		
	 13d5d47b56
			
		
	
	
		13d5d47b56
		
	
	
	
	
		
			
			This sets all longhand values to one of initial, inherit, unset or revert. Note that revert is not supported yet, but will be soon.
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			63 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			63 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html><style>
 | |
| * { all: unset; }
 | |
| </style>Hello friends
 |