Created
June 16, 2015 21:08
-
-
Save RyanBreaker/f1b82ed155ec73b95017 to your computer and use it in GitHub Desktop.
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
| <!--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