Skip to content

Instantly share code, notes, and snippets.

@TomMalbran
Created February 18, 2012 00:15
Show Gist options
  • Save TomMalbran/1856438 to your computer and use it in GitHub Desktop.
Save TomMalbran/1856438 to your computer and use it in GitHub Desktop.
Ben's Selection Bug
/**
* Ben's Selection Bug
*/
body{
background: #333;
min-height:100%;
color: #f7f7f7;
font-family: Helvetica Neue, Arial, sans-serif;
width:960px;
}
p {
font-size: 24px;
line-height:44px;
}
::selection {
background: red;
}
<!-- content to be placed inside <body>…</body> -->
<h1>Some nice Samuel L Jackson quotes</h1>
<p>Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. Besides, I've already been through too much shit this morning over this case to hand it over to your dumb ass.</p>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment