-
Notifications
You must be signed in to change notification settings - Fork 0
/
data-studio-01.html
27 lines (20 loc) · 997 Bytes
/
data-studio-01.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Equipo Audio e Interactivos - Informe</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<style>
.embed-container { position: relative; padding-bottom:46.25% !important; /*padding-bottom: 56.25%!important;*/ height: 0; overflow: hidden; width: 64%; margin-left: 18% !important;}
.embed-container iframe, .embed-container video { position: absolute; top:0; left:0; width:100%; height:100%; max-width: 100%; max-height: 100%;}
</style>
</head>
<body>
<section class="section">
<div class="embed-container">
<iframe src="https://datastudio.google.com/embed/reporting/b6baf63b-d404-44f3-9ec2-c436be50443b/page/4VDGB" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</section>
</body>
</html>