mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-06-16 21:42:54 -04:00
15 lines
411 B
HTML
15 lines
411 B
HTML
<div class="flex justify-between">
|
|
<span
|
|
class="mr-2 w-full rounded-md py-6"
|
|
{{ with .Get 0 }}style="background-color: {{ . }}"{{ end }}
|
|
></span>
|
|
<span
|
|
class="mr-2 w-full rounded-md py-6"
|
|
{{ with .Get 1 }}style="background-color: {{ . }}"{{ end }}
|
|
></span>
|
|
<span
|
|
class="mr-2 w-full rounded-md py-6"
|
|
{{ with .Get 2 }}style="background-color: {{ . }}"{{ end }}
|
|
></span>
|
|
</div>
|