Skip to content

Instantly share code, notes, and snippets.

@rlog
Created July 3, 2015 02:20
Show Gist options
  • Save rlog/b6905eeab58d10e6c8bf to your computer and use it in GitHub Desktop.
Save rlog/b6905eeab58d10e6c8bf 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
*/
#box {
height: 100px;
width: 100px;
background: #00bd7a;
color: #fff;
padding: 50px;
margin: 50px;
border: 10px solid red;
}
<div id="box">Hello</div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment