Skip to content

Instantly share code, notes, and snippets.

@6D65
Created April 20, 2012 12:16
Show Gist options
  • Save 6D65/2428148 to your computer and use it in GitHub Desktop.
Save 6D65/2428148 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s
/**
* The first commented line is your dabblet’s
*/
::selection { background: brown; color: white; }
html {
background: #f06;
background: linear-gradient(270deg, whitesmoke, white);
min-height: 100%;
}
#container{
border-radius: 4px;
border: solid 1px brown;
box-shadow: 1px 1px 21px gray;
width: 600px;
margin: 0 auto;
background: crimson;
}
h1 {
text-align: center;
color: white;
}
.text {
padding: 10px;
line-height: 20pt;
color: white;
//color: #2c2c2c;
font-size:14pt;
font-weight: normal;
background: #9F1D35; //burgundy or tomato
}
<!-- content to be placed inside <body>…</body> -->
<body>
<div id="container">
<h1>Heading 1</h1>
<p class="text"><!-- start slipsum code -->
My money's in that office, right? If she start giving me some bullshit about it ain't there, and we got to go someplace else and get it, I'm gonna shoot you in the head then and there. Then I'm gonna shoot that bitch in the kneecaps, find out where my goddamn money is. She gonna tell me too. Hey, look at me when I'm talking to you, motherfucker. You listen: we go in there, and that nigga Winston or anybody else is in there, you the first motherfucker to get shot. You understand?
<!-- please do not remove this line -->
<div style="display:none;">
<a href="http://slipsum.com">lorem ipsum</a></div>
<!-- end slipsum code -->
</p>
</div>
</body>
{"view":"separate","fontsize":"60","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment