A Pen by Kyle Damken on CodePen.
Last active
September 14, 2016 19:03
-
-
Save kdamken/3d271a72a5bc36446eaf12e98342e0ce to your computer and use it in GitHub Desktop.
Gist test
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
<p>heyo what's good</p> | |
<h1>this is an update</h1> |
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
var hey = "what's up"; |
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
p { | |
color: teal; | |
} | |
h1 { | |
color: tomato; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment