-
-
Save gcyrillus/5344405 to your computer and use it in GitHub Desktop.
test background & png
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
| /* test background & png*/ | |
| img { | |
| margin :-3em; | |
| padding:2.5em; | |
| position:relative; | |
| border:1px solid; | |
| box-shadow:inset 0 0 5px; | |
| background-image:linear-gradient(0deg,rgba(0,0,0,0.1),rgba(0,0,0,0.5))} | |
| img:hover { | |
| background:white; | |
| z-index:1; | |
| background-image:linear-gradient(45deg,rgba(0,0,0,0.5) 10%,rgba(0,0,0,0.1) 10%) | |
| } | |
| html { | |
| background: #f06; | |
| background: linear-gradient(45deg, #f06, yellow); | |
| min-height: 100%; | |
| padding:3em; | |
| } |
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
| <img src="http://forum.alsacreations.com/icos/dossieron.png" /> | |
| <img src="http://forum.alsacreations.com/icos/dossier.png" /> | |
| <p>Hover me</p> |
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