Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save manuels/aadb1aa26059dd6e6624389ce9a5f0f9 to your computer and use it in GitHub Desktop.

Select an option

Save manuels/aadb1aa26059dd6e6624389ce9a5f0f9 to your computer and use it in GitHub Desktop.

Revisions

  1. manuels created this gist May 1, 2022.
    34 changes: 34 additions & 0 deletions gistfile1.txt
    Original 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>