Created
June 26, 2013 18:16
-
-
Save quezo/5869906 to your computer and use it in GitHub Desktop.
A CodePen by Alex Vazquez. - ___h1___
This file contains 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
<h1>who is this? hello again dog.</h1> | |
<h3>not bad dude. not really. not that bad huh?</h3> | |
<h3>what is this? I dunno. who are you. what? no mas dude. no mas. glass of water. glass of watter is what we need. keep on keeping on idiot. | |
how does this even work? | |
</h3> | |
<h4>yes sir. dog what is this and who are you what about u and what about me dog. hello again. hello again.</h4> | |
<h5>one more time why does it seem to take over.</h5> |
This file contains 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
@import "compass"; | |
h1 { | |
color: blue; | |
} | |
h3 { | |
color: red; | |
} | |
.yellow { | |
margin: 50px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment