Skip to content

Instantly share code, notes, and snippets.

@bartgolsteijn
Last active April 14, 2020 12:33
Show Gist options
  • Save bartgolsteijn/22e3d1872a4f53f14783c57097553fec to your computer and use it in GitHub Desktop.
Save bartgolsteijn/22e3d1872a4f53f14783c57097553fec to your computer and use it in GitHub Desktop.
<html>
<head>
<title>iFrame Prototype</title>
<style>
body { background-color: darkgrey; }
.main { display: grid; grid-template-columns: 50% 50%; grid-template-rows: auto; height: 80%; padding: 20px; background-color: lightgrey; }
</style>
</head>
<body>
<div class="main">
<div>
<iframe src="https://stichting-sol.nl/" width="100%" height="100%"></iframe>
</div>
<div>
<iframe src="https://speeltuinkitskensberg.nl/" width="100%" height="100%"></iframe>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment