JSFiddle - React, Tailwind, and code Playground
by bgmort
HTML
<h1>Introducing the CoolStuff, Inc. "Wall of Honrs"®</h1>
<div id="clipframe">
<iframe src="http://www.fold3.com/wall" width="800" height="600"></iframe>
</div>
<h1>Now with Findr®!</h1>
<div id="gframe">
<iframe class="g" src="http://www.duckduckgo.com" width="400" height="400"></iframe>
</div>
CSS
#clipframe {
width: 800;
height: 490px;
overflow: hidden;
}
iframe {
margin-top: -60px;
}
#gframe {
height: 100px;
width: 400px;
overflow: hidden;
}
iframe.g {
margin-top: 200px;
margin-left: 0px;
}