Skip to content

Instantly share code, notes, and snippets.

@ddevault
Last active December 10, 2015 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddevault/65308e31588d8cf613ae to your computer and use it in GitHub Desktop.
Save ddevault/65308e31588d8cf613ae to your computer and use it in GitHub Desktop.
#siteTable .thing:first-child:before {
background-color: #FFEC9B;
border: 1px solid #FFD800;
border-radius: 5px;
content: "Hello, world! Lorum ipsum blah blah blah";
display: block;
font-size: small;
margin: 10px 0;
padding: 8px;
width: 800px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment