Skip to content

Instantly share code, notes, and snippets.

@gcyrillus
Forked from anonymous/dabblet.css
Created February 10, 2013 19:55
Show Gist options
  • Select an option

  • Save gcyrillus/4750827 to your computer and use it in GitHub Desktop.

Select an option

Save gcyrillus/4750827 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* 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;}
<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>
// alert('Hello world!');
{"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