Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manuels/aadb1aa26059dd6e6624389ce9a5f0f9 to your computer and use it in GitHub Desktop.
Save manuels/aadb1aa26059dd6e6624389ce9a5f0f9 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<style>
.parent {
display: grid;
grid-template-columns: 2fr 1fr;
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}
</style>
<body>
<div class="parent">
<div><div>
<iframe src="https://www.meteoblue.com/de/wetter/woche/k%C3%B6ln_deutschland_2886242#meteogram" width="100%" height="500" scrolling="no"></iframe>
</div>
<div>
<iframe src="https://www.meteoblue.com/de/wetter/woche/k%C3%B6ln_deutschland_2886242" width="100%" height="1000"></iframe>
</div>
</div>
<div><div> <iframe src="https://www.koeln-wetter.de/Luftdruck_PWA.php#p_Wo" width="100%" height="500"></iframe>
</div>
<div> <iframe src="https://content.meteoblue.com/de/meteoscool/wetter/wolken/wolkenarten#topbanner" width="100%" height="1000"></iframe>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment