xxxxxxxxxx
<html>
<head>
<style>
iframe.side-by-side
{
float: left;
border: 2px #aaa solid;
width: 1040px;
height: 15000px;
margin: 0;
padding: 0;
}
div.side-by-side
{
width: 3132px;
}
</style>
</head>
<body>
<div class="side-by-side">
<iframe class="side-by-side" src="https://bl.ocks.org/3605035" style="padding-top: 0;"></iframe>
<iframe class="side-by-side" src="https://bl.ocks.org/3605124" style="padding-top: 48px;"></iframe>
<iframe class="side-by-side" src="https://bl.ocks.org/3605069" style="padding-top: 96px;"></iframe>
</div>
</body>
</html>