Created
August 2, 2019 01:16
-
-
Save RoccoHoward/9f05fba0647b293fead093442c538066 to your computer and use it in GitHub Desktop.
TailwindCSS full screen loading page
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 id="loading-screen" class="hidden w-full h-full fixed block top-0 left-0 bg-white opacity-75 z-50"> | |
<span class="text-green-500 opacity-75 top-1/2 my-0 mx-auto block relative w-0 h-0"> | |
<i class="fas fa-circle-notch fa-spin fa-5x"></i> | |
</span> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This code is awesome. Thank you), I used it if you don't mind!