13 lines
No EOL
458 B
HTML
13 lines
No EOL
458 B
HTML
<section class="relative text-gray-600 w-full mx-auto">
|
|
<div class="absolute inset-0 -z-10 h-16 translate-y-10 rotate-[-5deg] rounded-lg bg-[#f1f5fc]">
|
|
<div class="h-full"></div>
|
|
</div>
|
|
|
|
<div class="px-5 py-8 w-full">
|
|
<div class="flex flex-col w-full">
|
|
<p class="text-gray-600 mx-auto leading-relaxed text-lg font-semibold">
|
|
{{ .Params.homeQuote }}
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</section> |