Last active
January 28, 2016 12:32
-
-
Save Mamboleoo/d061f0fe63c683be705b to your computer and use it in GitHub Desktop.
Untitled
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
| cochon, vache{ | |
| display:block; | |
| width: 100px; | |
| height: 100px; | |
| border:1px solid red; | |
| } | |
| vache:hover{ | |
| transition: 2s; | |
| width: 200px; | |
| } | |
| vache{ | |
| background:url(http://vignette4.wikia.nocookie.net/creepypasta/images/f/fc/700cow.jpg/revision/latest?cb=20110412003057) center center / contain; | |
| } | |
| cochon{ | |
| animation : animatedWidth 2s infinite; | |
| background: url(http://kids.nationalgeographic.com/content/dam/kids/photos/animals/Mammals/H-P/pig-full-body.jpg.adapt.945.1.jpg) center center / contain; | |
| } | |
| @keyframes animatedWidth{ | |
| to{width:200px;} | |
| } |
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
| <vache></vache> | |
| <cochon></cochon> |
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","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