Skip to content

Instantly share code, notes, and snippets.

@lucasromerodb
Created February 16, 2017 16:33
Show Gist options
  • Save lucasromerodb/e6431b0fda7b69e88548861eade08483 to your computer and use it in GitHub Desktop.
Save lucasromerodb/e6431b0fda7b69e88548861eade08483 to your computer and use it in GitHub Desktop.
Estructura de loader html
<!-- LOADING "loader": si sumamos la clase "is-visible" se activara el loading (ex: class="loader is-visible") -->
<div class="loader">
<div class="loader__block">
<img src="img/icons/loader--white.svg" alt="" class="loader__icon">
<span class="loader__text">Cargando</span>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment