mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			363 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			363 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <style>
 | |
| body {
 | |
|     font-family: 'SerenitySans';
 | |
| }
 | |
| #foo {
 | |
|     background-color: red;
 | |
|     width: 100px;
 | |
| }
 | |
| #bar {
 | |
|     background-color: green;
 | |
|     width: 50px;
 | |
|     height: 50px;
 | |
|     margin-top: -50px;
 | |
| }
 | |
| #baz {
 | |
|     background-color: blue;
 | |
|     width: 50px;
 | |
|     height: 50px;
 | |
|     margin-bottom: 100px;
 | |
| }
 | |
| </style>
 | |
| <div id=foo><div id=baz></div></div>
 | |
| <div id=bar></div>
 | 
