@sujalchoudhari/solaris-ui
Version:
A UI framework to create HTML pages with just JavaScript.
6 lines • 427 B
HTML
<section class="py-6 dark:bg-gray-800 dark:text-gray-50">
<div class="container mx-auto flex flex-col items-center justify-center p-4 space-y-8 md:p-10 lg:space-y-0 lg:flex-row lg:justify-between">
<h1 class="text-3xl font-semibold leading-tight text-center lg:text-left">{{title}}</h1>
<button class="px-8 py-3 text-lg font-semibold rounded dark:bg-yellow-400 dark:text-gray-900">{{call}}</button>
</div>
</section>