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.
suggestion for https://lugatt.vercel.app
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment