Skip to content

Instantly share code, notes, and snippets.

@hkilter
Last active October 16, 2024 09:01
Show Gist options
  • Select an option

  • Save hkilter/2a6c5d2f8ca1f0ab487430a7608e6c48 to your computer and use it in GitHub Desktop.

Select an option

Save hkilter/2a6c5d2f8ca1f0ab487430a7608e6c48 to your computer and use it in GitHub Desktop.

Revisions

  1. hkilter revised this gist Oct 16, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion lugat.html
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@
    <img src="https://mis.academy/images/example-2.png" style="max-width: 10%;"/>
    <img src="https://mis.academy/images/example-3.png" style="max-width: 5%;"/>
    </div>
    <div class="flex flex-row">
    <div class="flex flex-row">
    <img src="https://mis.academy/images/example-1.png" style="height: 30em">
    <img src="https://mis.academy/images/example-2.png" style="height: 30em">
    <img src="https://mis.academy/images/example-3.png" style="height: 30em">
  2. hkilter created this gist Oct 16, 2024.
    18 changes: 18 additions & 0 deletions lugat.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    <div class="pt-8 text-base font-semibold leading-7">
    <pre data-language="html" class="overflow-auto p-4 text-xs md:text-sm">
    <code>
    <span class="line">
    <div class="flex flex-row">
    <img src="https://mis.academy/images/example-1.png" style="max-width: 20%;"/>
    <img src="https://mis.academy/images/example-2.png" style="max-width: 10%;"/>
    <img src="https://mis.academy/images/example-3.png" style="max-width: 5%;"/>
    </div>
    <div class="flex flex-row">
    <img src="https://mis.academy/images/example-1.png" style="height: 30em">
    <img src="https://mis.academy/images/example-2.png" style="height: 30em">
    <img src="https://mis.academy/images/example-3.png" style="height: 30em">
    </div>
    </span>
    </code>
    </pre>
    </div>