mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:02:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			222 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			222 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html><html><head><style>
 | |
| body {
 | |
|     font-family: 'SerenitySans';
 | |
| }
 | |
| * {
 | |
|     border: 1px solid black;
 | |
| }
 | |
| span {
 | |
|     display: table-cell;
 | |
| }
 | |
| </style></head><body><div><span>foo</span></div><div><span>bar</span></div>
 | 
