test_upload
by mhouser_nowmediagroup
HTML
<section id="frame">
<div><iframe src="https://docs.google.com/forms/d/e/1FAIpQLScOcxaHgVlsZ_oBSGfLnb1kDUKBJoDPtpP_wtnCBUeHhlS6RA/viewform" frameborder="0"></iframe></div>
</section>
SCSS
#frame {
position: relative;
height: 595px;
padding: 65px 0;
background: url("https://www.toptal.com/designers/subtlepatterns/patterns/positive.png");
background-position: 25% 25%;
}
#frame > div {
position: relative;
max-width: 1025px;
width: 96%;
height: 600px;
overflow: hidden;
border-radius: 12px;
border: solid 2px #666;
margin: auto;
}
#frame iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
}