mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:02:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			252 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			252 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
| <style>
 | |
| body {
 | |
|     font-family: 'SerenitySans';
 | |
| }
 | |
| #b {
 | |
|     border: 1px solid red;
 | |
|     width: 50px;
 | |
|     height: 50px;
 | |
|     float: left;
 | |
| }
 | |
| </style>
 | |
| </head>
 | |
| <body>
 | |
|     <div id=b></div>
 | |
|     <div id=a>Text</div>
 | |
| </body>
 | |
| </html>
 | 
