Untitled

 avatar
unknown
plain_text
25 days ago
253 B
2
Indexable
<div class="mx-auto mb-8 p-4 rounded-lg shadow-lg bg-red-50 w-1/3">
    <h5 class="mb-2 text-2xl font-mono font-bold tracking-tight text-gray-700">{{ $title }}</h5>
    <p class="mb-3 font-normal text-sm text-gray-500">{{ $description }}</p>
</div>
Leave a Comment