mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:12:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			287 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			287 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <style>
 | |
| @namespace s "http://www.w3.org/2000/svg";
 | |
| 
 | |
| body * {
 | |
|     display: block;
 | |
|     width: 100px;
 | |
|     border: 1px solid black;
 | |
| }
 | |
| body |* {
 | |
|     width: 200px !important;
 | |
| }
 | |
| body *|* {
 | |
|     height: 100px;
 | |
| }
 | |
| body s|* {
 | |
|     border-width: 10px;
 | |
| }
 | |
| </style>
 | |
| <svg></svg>
 | |
| <math></math>
 | |
| <div></div>
 | 
