Skip to content

A small preloader I made as a learning experience.

Notifications You must be signed in to change notification settings

LJNGDAHL/proud-to-load

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot of rainbow

Proud To Load

About

A small preloader I made as a learning experience.

Usage

Add a link to the loader.css file in the head of the html document.

<link rel="stylesheet" href="loader.css">  

Add the following html:

<div class="rainbow">
  <div class="rainbow-container">
    <div class="rainbow-color red"></div>
    <div class="rainbow-color orange"></div>
    <div class="rainbow-color yellow"></div>
    <div class="rainbow-color green"></div>
    <div class="rainbow-color blue"></div>
    <div class="rainbow-color indigo"></div>
    <div class="rainbow-color violet"></div>
  </div>
</div>

License

MIT

About

A small preloader I made as a learning experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published