Skip to content

Instantly share code, notes, and snippets.

View jeef3's full-sized avatar

Jeff Knaggs jeef3

  • New Zealand
View GitHub Profile

Keybase proof

I hereby claim:

  • I am jeef3 on github.
  • I am jeef3 (https://keybase.io/jeef3) on keybase.
  • I have a public key whose fingerprint is 4353 FCF9 FB4D 19DC F42E 29CE 3AF4 9A40 7FA7 746B

To claim this, I am signing this object:

'use strict';
var angular = require('angular');
angular.module('myApp', []);
// Compiled templates
require('templates');
// Services
@jeef3
jeef3 / dabblet.css
Created February 5, 2014 02:28
Untitled
.center {
width: 300px;
margin: 0 auto;
text-align: center;
background: red;
}
@jeef3
jeef3 / dabblet.css
Created January 29, 2014 23:30
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
li
color: blue;
@jeef3
jeef3 / dabblet.css
Created August 29, 2013 02:41
Untitled
.tree, .branches {
list-style: none;
}
.is-collapsed .branches {
display: none;
}
.is-expanded .branches {
display: block;
}
@jeef3
jeef3 / dabblet.css
Created July 9, 2013 04:44
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.box {
padding: 10px;
margin: 30px;
font-weight: bold;
font-family: sans-serif;
}
@jeef3
jeef3 / dabblet.css
Created July 9, 2013 04:44
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.box {
padding: 10px;
margin: 30px;
font-weight: bold;
font-family: sans-serif;
}
@jeef3
jeef3 / dabblet.css
Created June 30, 2013 22:23
Default Theme (shadow vs gradient)
/**
* Default Theme (shadow vs gradient)
*/
body {
font-family: sans-serif;
font-size: 16px;
}
.option-list {
/**
* Panel
*/
body {
font-family: sans-serif;
}
.panel {
margin: 10px;
@jeef3
jeef3 / dabblet.css
Created June 26, 2013 22:29
Decision Button
/**
* Decision Button
*/
body {
background: #162427;
}
.button {
overflow: hidden;