index example with tailwind
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="process_box">
|
||||
<span class="process_box-number">{{number|safe}}</span><br/>
|
||||
<span class="process_box-title">{{title|safe}}</span>{% if description %}<br/>
|
||||
<span class="process_box-description">{{description|safe}}</span>{% endif %}
|
||||
<div class="max-w-[250px] text-center font-librezo flex flex-col ">
|
||||
<span class=" mx-auto py-4 text-3xl font-bold text-white w-16 h-16 rounded-full bg-gradient-to-r from-lib-blue to-lib-purple">{{number|safe}}</span><br/>
|
||||
<span class="text-2xl font-bold mt-5">{{title|safe}}</span>{% if description %}<br/>
|
||||
<span class="text-xl">{{description|safe}}</span>{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user