A Pen by thinsoldier on CodePen.
Last active
December 6, 2016 15:16
-
-
Save thinsoldier/0587d8aef7e5c51bf9c94fd7a19d43a4 to your computer and use it in GitHub Desktop.
YpaBOB
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
<!-- | |
version history: | |
too many dots | |
--> | |
<h1>Once upon a time...</h1> | |
<p>first foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar </p> | |
<p>foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar </p> | |
<p>foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar </p> | |
<p>foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar </p> | |
<p>foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar </p> | |
<p>last oobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar </p> | |
<form> | |
<select> | |
<option>There can be only one</option> | |
</select> | |
</form> |
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 test = 'js'; | |
var p = document.querySelector('p:last-of-type'); | |
console.log(p); | |
p.innerHTML += 'bazz bazz'; |
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
html { | |
background: linear-gradient(to top,#333,#000) no-repeat; | |
min-height: 100%; | |
} | |
body{ | |
font-family: Trebuchet MS, sans-serif; | |
color: #eee; | |
text-shadow: 0px 1px 1px navy; | |
} | |
.test .css{ } | |
h1{} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment