Skip to content

Instantly share code, notes, and snippets.

@RoccoHoward
Created August 2, 2019 01:16
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RoccoHoward/9f05fba0647b293fead093442c538066 to your computer and use it in GitHub Desktop.
Save RoccoHoward/9f05fba0647b293fead093442c538066 to your computer and use it in GitHub Desktop.
TailwindCSS full screen loading page
<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>
@Warnigo
Copy link

Warnigo commented Jan 27, 2024

This code is awesome. Thank you), I used it if you don't mind!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment