-
-
Save gcyrillus/4750827 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
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
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| html { | |
| background: #f06; | |
| background: | |
| linear-gradient(0deg, rgba(0,0,0,0.1) 0 , rgba(0,0,0,0.1) 1px ,transparent 1px ,transparent), | |
| linear-gradient(90deg, rgba(0,0,0,0.1) 0 , rgba(0,0,0,0.1) 1px ,transparent 1px ,transparent), | |
| linear-gradient(-30deg,#f06 0 , #f06 50%, yellow 50%, yellow 100%); | |
| background-size:1.4em 1.4em,1.4em 1.4em , 100% 100%; | |
| min-height: 100%; | |
| line-height:1.4em; | |
| } | |
| ol {margin:1.7em 1.7em 1.45em;padding:0;} |
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
| <h1>test</h1> | |
| <ol> | |
| <li> li</li><li> li</li><li> li</li><li> li</li><li> li</li> | |
| <li> li</li><li> li</li><li> li</li><li> li</li><li> li</li> | |
| <li> li</li><li> li</li><li> li</li><li> li</li><li> li</li> | |
| <li> li</li><li> li</li><li> li</li><li> li</li><li> li</li> | |
| </ol> | |
| <p>paragraphe</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":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment