A Pen by Simon Donaldson on CodePen.
A Pen by Simon Donaldson on CodePen.
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 { | |
font-family: sans-serif; | |
line-height: 1.4; | |
} | |
.lipsum-blocks p { | |
display: inline-block; | |
margin: 1em 1em 0 0; | |
width: 200px; | |
vertical-align: top; | |
padding: 10px; |
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
/******************************************************************************** | |
* The Source code from USEHOOK.COM | |
* Prettified via http://jsbeautifier.org/ | |
* | |
* Check it out. It's blooming awful code. | |
* It refreshes your page every time you hit scrollTop = 0!! | |
********************************************************************************/ | |
$(function () { | |
window.loadheight = $('#hook').height(); |
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
/** | |
* Testing selectors | |
*/ | |
body{background: #000;} | |
ul li{color:white;} | |
ul li+li{color:blue;} | |
ul li+li+li{color:white;} |
NewerOlder