Skip to content

Instantly share code, notes, and snippets.

Created February 10, 2015 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/f2f10ebf2fca787e3662 to your computer and use it in GitHub Desktop.
Save anonymous/f2f10ebf2fca787e3662 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
*/
div {
width: 100px;
height: 100px;
display: inline-block;
background: gray;
margin: 10px;
}
body {
max-width: 480px;
display: inline-block;
width: max-content;
background: #eee;
margin: auto;
}
html {
background: white;
}
<div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment