librezo-website/templates/shortcodes/square_box.html

5 lines
239 B
HTML
Raw Permalink Normal View History

2023-05-24 12:47:04 +02:00
<div class="w-[200px] min-h-[200px] p-2 text-white from-lib-purple to-lib-blue bg-gradient-to-br rounded-md text-center">
<span class="mx-auto text-2xl font-librezo">{{ title | safe }}</span>
<p class="mt-5">{{ text | safe }}</p>
2023-04-29 00:28:54 +02:00
</div>