D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
bejucoo
Full window
Github gist
formulario_2
Built with
blockbuilder.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Proyectos y Actores en Territorio</title> <style type="text/css"> .resp-container { position: relative; overflow: hidden; padding-top: 56.25%; } .resp-iframe { position: absolute; top: 0; left: 0; width: 50%; height: 100%; border: 0; display: inline-block; } .resp-iframe2 { position: absolute; top: 0; left: 50%; width: 50%; height: 100%; border: 0; display: inline-block; } </style> </head> <body> <div class="resp-container"> <iframe class="resp-iframe" src="https://docs.google.com/forms/d/e/1FAIpQLSd0-y6_dxafiPtuvt5la2NQDgDsnSPaF15ulynXU3NjS0Skhg/viewform?embedded=true" width="700" height="520" frameborder="0" marginheight="0" marginwidth="0">Cargando…</iframe> <iframe class="resp-iframe2" src="https://www.google.com/maps/d/embed?mid=1tUTplevKC8xR9TZrKABeWvpIGf-RteJj" width="640" height="480"></iframe> </div> </body> </html>