Skip to content

Instantly share code, notes, and snippets.

@marcelhadorn
marcelhadorn / 0_reuse_code.js
Created April 14, 2016 10:06
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
// Atom
@marcelhadorn
marcelhadorn / SassMeister-input.scss
Created January 8, 2014 10:53
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
// ++
.branch-template {
&:hover {
background: rgba(0,183,255,0.05);
@marcelhadorn
marcelhadorn / dabblet.css
Created March 21, 2012 15:37
Text-Cut-Out
/**
* Text-Cut-Out
*/
body {
background-image: url(http://dev.duotones.ch/media/images/cardboard.jpg);
}
h1 {
letter-spacing: -10px;
/**
* Rotator
*/
body {
min-height: 100%;
background: #f06;
background: linear-gradient(45deg, #f06, yellow) no-repeat;
}
/**
* Rotator
*/
body {
min-height: 100%;
background: #f06;
background: linear-gradient(45deg, #f06, yellow) no-repeat;
}
#circle {