mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-11-04 02:09:05 +02:00 
			
		
		
		
	Depends on D23084 Differential Revision: https://phabricator.services.mozilla.com/D23085 --HG-- extra : moz-landing-system : lando
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			206 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			206 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<style>
 | 
						|
html,body {
 | 
						|
  overflow: hidden;
 | 
						|
  margin: 0px;
 | 
						|
  padding: 0px;
 | 
						|
}
 | 
						|
body {
 | 
						|
  margin-top: 100px;
 | 
						|
}
 | 
						|
#target {
 | 
						|
  background-color: blue;
 | 
						|
  width: 100%;
 | 
						|
  height: 100px;
 | 
						|
}
 | 
						|
</style>
 | 
						|
<div id="target"></div>
 |