Skip to content

Instantly share code, notes, and snippets.

View ckreutz's full-sized avatar

Christian ckreutz

View GitHub Profile
### Keybase proof
I hereby claim:
* I am ckreutz on github.
* I am ckreutz (https://keybase.io/ckreutz) on keybase.
* I have a public key whose fingerprint is 5F5A A3AE 4E10 CA28 0900 621C E577 71AD B182 BB84
To claim this, I am signing this object:
@ckreutz
ckreutz / dabblet.css
Created May 10, 2013 18:02
Feature Banner
/**
* Feature Banner
*/
.foot { }
[class^="blockItem"] { display: block; padding: 15px 0; text-align: center; color: rgba(255,255,255,.8); font-size: 1.1em; }
[class^="blockItem"] span { display: inline-block; width: 50%; }
.blockItem1 { background: #018DD8; border-radius: 5px 5px 0 0; }
.blockItem1:hover { background: #5bcee2; }
@ckreutz
ckreutz / dabblet.css
Created May 10, 2013 17:28
Login form
* {
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
box-sizing: border-box; }
a {
text-decoration: none; }
a:hover {