Created
May 1, 2022 18:49
-
-
Save manuels/aadb1aa26059dd6e6624389ce9a5f0f9 to your computer and use it in GitHub Desktop.
Revisions
-
manuels created this gist
May 1, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,34 @@ <!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>