-
-
Save ClemDelp/8e5adfe1c0bfe060c981 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