mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:12:44 +00:00 
			
		
		
		
	 8bb2663a22
			
		
	
	
		8bb2663a22
		
	
	
	
	
		
			
			Reverse the condition to satisfy the spec comment. Probably a typo. A 3 year old typo! :^)
		
			
				
	
	
		
			6 lines
		
	
	
		
			No EOL
		
	
	
		
			319 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			No EOL
		
	
	
		
			319 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html><style>
 | |
| * { border: 1px solid black; font-family: 'SerenitySans'; }
 | |
| body { position: absolute; }
 | |
| #container { width: 100px; }
 | |
| #child { width: 50px; padding-left: 60px; padding-right: 60px; margin-right: auto; margin-left: auto; }
 | |
| </style><body><div id="container"><div id="child">well hello friends</div> |