Last active
October 16, 2024 09:01
-
-
Save hkilter/2a6c5d2f8ca1f0ab487430a7608e6c48 to your computer and use it in GitHub Desktop.
suggestion for https://lugatt.vercel.app
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 characters
| <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