Diferencia entre revisiones de «Escuela»

imported>Ivan
Sin resumen de edición
imported>Ivan
Sin resumen de edición
Línea 1: Línea 1:
La escuela…. biblioteca… cafetería… aulas… mapa…
La escuela…. biblioteca… cafetería… aulas… mapa…
<html>
<style>
.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75%
}
.mapaEscuela {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
</style>
<div class="container">
  <iframe class="mapaEscuela"
  src="https://indoorequal.org/#map=18.26/40.440736/-3.7244&level=0"></iframe>
</div>
</html>