Play
HTML
Config
v0.2
<div
class="h-fullvh bg-c-body:-3 d-flex flex-col a-items-center j-content-center"
i-md="px-10"
>
<div class="w-full max-w-sm bg-c-body:+2 pa-10 rounded-md">
<div class="border-b-1 border-c-invert[5] pb-6 mb-6">
<div class="d-flex a-items-center flex-col gap-3 mb-6" sm="flex-row">
<img
class="max-h-12"
src="https://raw.githubusercontent.com/mojocss/mojocss/HEAD/.github/logo-light.png"
alt="Mojo CSS"
/>
<span class="text-xl text-c-primary text-w-semibold">Play</span>
</div>
<p class="text-lg text-c-invert[80]">
A Playground excellent for getting the hang of the framework, testing
out a new idea, or making a quick demo to share online.
</p>
</div>
<div>
<h3>Quick links</h3>
<ul
class="d-flex a-items-center gap-6 list-style-none"
_="(li a) text-w-semibold text-c-primary (li a:hover) text-c:-20"
>
<li><a href="https://mojocss.com/docs">Documentation</a></li>
<li><a href="https://twitter.com/mojocss">Twitter</a></li>
<li><a href="https://github.com/mojocss/mojocss">GitHub</a></li>
</ul>
</div>
</div>
</div>