Created
February 17, 2021 03:35
-
-
Save crcn/39753cd4f08fa41d810e8eb27fdbf0fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<import src="tailwind.css" as="tw" /> | |
<!-- | |
@frame { width: 768, height: 768, x: 0, y: 0 } | |
--> | |
<div class="$tw.font-sans $tw.bg-gray-500 $tw.h-screen $tw.w-screen"> | |
<div class="$tw.bg-gray-100 $tw.rounded-lg $tw.p-8 $tw.md:p-0"> | |
<div class="$tw.pt-6 $tw.text-center $tw.space-y-4"> | |
<blockquote> | |
<p class="$tw.text-lg $tw.font-semibold"> | |
Lorem ipsum dolor sit amet, consectetur adipiscing elit, | |
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. | |
</p> | |
</blockquote> | |
<figcaption class="$tw.font-medium"> | |
<div class="$tw.text-blue-600"> | |
sit voluptatem | |
</div> | |
</figcaption> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment