No HTML. No JavaScript. Only CSS. All images courtesy of NASA/JPL-Caltech. Does not appear to work in Firefox :(
Created
October 31, 2013 06:06
-
-
Save leemark/7244950 to your computer and use it in GitHub Desktop.
A Pen by Mark Lee.
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
body{ | |
min-height: 100vh; | |
min-width: 100vw; | |
background-color: #000; | |
background-image:url('http://imgur.com/Mcj5wR3.jpg'); | |
background-size: cover; | |
background-repeat: no-repeat; | |
animation: slides 120s infinite; | |
} | |
@keyframes slides{ | |
10%{ | |
background-image:url('http://imgur.com/qHyu69i.jpg'); | |
} | |
20%{ | |
background-image:url('http://imgur.com/kvVV43f.jpg'); | |
} | |
30%{ | |
background-image:url('http://imgur.com/QAU4QUw.jpg'); | |
} | |
40%{ | |
background-image:url('http://imgur.com/WCuLbZu.jpg'); | |
} | |
50%{ | |
background-image:url('http://imgur.com/Hm3294a.jpg'); | |
} | |
60%{ | |
background-image:url('http://imgur.com/X7SprEf.jpg'); | |
} | |
70%{ | |
background-image:url('http://imgur.com/4YnYI7a.jpg'); | |
} | |
80%{ | |
background-image:url('http://imgur.com/DKAtT0x.jpg'); | |
} | |
90%{ | |
background-image:url('http://i.imgur.com/J3zz73X.jpg'); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment