Skip to content

Instantly share code, notes, and snippets.

@Dosant
Created March 5, 2017 19:46
Show Gist options
  • Save Dosant/2ac3cea8a145beb7453a3a214a746f95 to your computer and use it in GitHub Desktop.
Save Dosant/2ac3cea8a145beb7453a3a214a746f95 to your computer and use it in GitHub Desktop.
<div id="content">Выделим этот элемент</div>
<script>
var elem = document.getElementById('content');
elem.style.background = 'red';
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment