Last active
March 2, 2023 08:41
-
-
Save jonathanhudak/84a51c2b24234664640343f09e6de112 to your computer and use it in GitHub Desktop.
This file contains 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
<div h-screen text-center flex select-none all:transition-400> | |
<div ma> | |
<!-- | |
<div | |
text-5xl | |
fw100 | |
animate-bounce-alt | |
animate-count-infinite | |
animate-duration-1s | |
> | |
--> | |
<div | |
text-5xl | |
fw100 | |
> | |
UnoCSS | |
</div> | |
<div op30 text-lg fw300 m1>The instant on-demand Atomic CSS engine.</div> | |
<div m2 flex justify-center text-2xl op30 hover="op80"> | |
<a | |
i-carbon-logo-github | |
text-inherit | |
href="https://github.com/unocss/unocss" | |
target="_blank" | |
></a> | |
</div> | |
</div> | |
</div> | |
<div absolute bottom-5 right-0 left-0 text-center op30 fw300> | |
on-demand · instant · fully customizable | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment