#Codevember 2015- Day 3
This file contains hidden or 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 class="js"><!--this is supposed to be on the HTML element but codepen won't let me do it--> | |
<body> | |
<div id="preloader"></div> | |
<h1>SUPER SIMPLE FULL PAGE PRELOADER</h1> | |
<p>Works with modernizr, or you could just add your own js class to the html element using javascript</p> | |
<p>You can make it fit your site better by generating your own image here: http://ajaxload.info/ then change the background color in the css</p> | |
<p>The example below doesn't fade out because the pageload event isn't fireing I'm guessing? but it will on your site when your page loads.</p> | |
</body> |
Pen #2 for the #CodeVember challenge !
A Pen by Delaporte Robin on CodePen.
Codevember and ten lines challenge. I have no idea why this looks different on Firefox vs Chrome.
Inspired by Neon Orbit.
Pen #4 for the #CodeVember challenge !
Forked from Delaporte Robin's Pen #CodeVember - Day 4 - Wavy CSS.