mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:12:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			179 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			179 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html><style>
 | |
| * { border: 1px solid black; }
 | |
| .box {
 | |
|     background: pink;
 | |
|     display: block;
 | |
|     width: fit-content;
 | |
| }
 | |
| </style><div class="box">Well hello friends</div>
 | 
