Skip to content

Instantly share code, notes, and snippets.

@RyanBreaker
Created June 16, 2015 21:08
Show Gist options
  • Select an option

  • Save RyanBreaker/f1b82ed155ec73b95017 to your computer and use it in GitHub Desktop.

Select an option

Save RyanBreaker/f1b82ed155ec73b95017 to your computer and use it in GitHub Desktop.
<!--Some men just want to watch the world burn.-->
<style>
.red-button {
background-color: blue;
}
</style>
<button id="button" class="pulsate red-button">Click me!</button>
<script>
$("button#button").css("background-color", "red");
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment