Código HTML:
Ver original
Código CSS:
 Ver original
 .fuera { position: absolute; height: 100px; width:100px; z-index: 10; background: white; } .dentro { position: fixed; width: 100%; height: 100%; background: black; }
 
 
 
 

