Skip to content

Instantly share code, notes, and snippets.

@kdipietro
Created April 7, 2013 00:34
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 kdipietro/5328300 to your computer and use it in GitHub Desktop.
Save kdipietro/5328300 to your computer and use it in GitHub Desktop.
A CodePen by kdipietro.
<body>
<div id="csstest">
This text should modified by CSS.
</div>
And this text should not.
</body>
#csstest {
color: red;
background-color: blue;
font-family: arial;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment