35 lines
1.4 KiB
Plaintext
35 lines
1.4 KiB
Plaintext
<my-card>
|
|
<div class="min-h-screen bg-gray-100 py-6 flex flex-col justify-center sm:py-12">
|
|
|
|
<div class="relative py-3 sm:max-w-xl sm:mx-auto">
|
|
|
|
<div class="absolute inset-0 bg-gradient-to-r from-cyan-400 to-sky-500 shadow-lg transform -skew-y-6 sm:skew-y-0 sm:-rotate-6 sm:rounded-3xl"></div>
|
|
|
|
<div class="relative px-4 py-10 bg-white shadow-lg sm:rounded-3xl sm:p-20">
|
|
|
|
<div>
|
|
<!--<img src="/images/" class="h-7 sm:h-8" /> pic > txt?-->
|
|
<h1 class="sm:text-4xl">{ props.title }</h1>
|
|
</div>
|
|
|
|
<div class="divide-y divide-gray-200">
|
|
<div class="py-8 text-base leading-6 space-y-4 text-gray-700 sm:text-lg sm:leading-7">
|
|
<p></p>
|
|
<p></p>
|
|
</div>
|
|
<div class="pt-6 text-base leading-6 font-bold sm:text-lg sm:leading-7">
|
|
<p>Check dis out:</p>
|
|
<p>
|
|
<a href="https://metagame.wtf" class="text-purple-600 hover:text-purple-700"> follow→🐙</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</my-card> |