Created
January 10, 2013 21:07
-
-
Save anonymous/4505802 to your computer and use it in GitHub Desktop.
layout
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 {opacity:0;animation:5s hide 1 ;} | |
| @keyframes hide { | |
| 0%,80% {opacity:1;} | |
| 100% {opacity:0;} | |
| } | |
| /* layout */ | |
| html, body {height:100%;width:100%;display:table;border-spacing:0;background:orange;margin:0;} | |
| div {display:table-cell;vertical-align:middle;text-align:center;background:rgba(0,0,0,0.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> | |
| <h1>Salut le monde !</h1> | |
| <img src="http://lorempixel.com/200/200/people" /> | |
| <p>rafraichissez la page pour relancer l'animation.</p> | |
| </div> |
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
| // alert('Hello world!'); |
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
| {"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment