Last active
December 11, 2015 18:51
-
-
Save Ledoux/7e42ce8e5918da976897 to your computer and use it in GitHub Desktop.
Un gist pour Clement
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.clement { | |
color:red; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="clement_div" class="clement"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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