Skip to content

Instantly share code, notes, and snippets.

@ClemDelp
Forked from Ledoux/clement.css
Last active February 14, 2016 18:10
Show Gist options
  • Save ClemDelp/8e5adfe1c0bfe060c981 to your computer and use it in GitHub Desktop.
Save ClemDelp/8e5adfe1c0bfe060c981 to your computer and use it in GitHub Desktop.
Un gist pour Clement
.clement {
color:red;
}
<div id="clement_div" class="clement"></div>
document.getElementById('clement_div').innerHTML = "Hello Clement !"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment