Skip to content

Instantly share code, notes, and snippets.

View sidonaldson's full-sized avatar
🐢
I like turtles

Simon Donaldson sidonaldson

🐢
I like turtles
View GitHub Profile
@sidonaldson
sidonaldson / EqxKi.markdown
Created June 12, 2014 15:44
A Pen by Simon Donaldson.
@sidonaldson
sidonaldson / EqxKi.markdown
Created June 12, 2014 15:44
A Pen by Simon Donaldson.
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;
@sidonaldson
sidonaldson / hook.js
Created February 27, 2013 17:29
Source code from usehook.com
/********************************************************************************
* 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();
@sidonaldson
sidonaldson / dabblet.css
Created February 2, 2012 14:39
Testing selectors
/**
* Testing selectors
*/
body{background: #000;}
ul li{color:white;}
ul li+li{color:blue;}
ul li+li+li{color:white;}