Skip to content

Instantly share code, notes, and snippets.

@hidoos
Created January 27, 2014 12:24
Show Gist options
  • Save hidoos/8647653 to your computer and use it in GitHub Desktop.
Save hidoos/8647653 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
*/
.module{
background:linear-gradient(45deg,#f06,yellow);
height:200px;
padding:20px;
border-radius:3px;
border:2px solid #e0f;
}
<!-- Anonymous block 匿名块 -->
<div class="module">
some text
<p>this si paragraph </p>
<div>
// alert('Hello world!');
{"view":"split-vertical","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