Skip to content

Instantly share code, notes, and snippets.

View dantz's full-sized avatar

Andreas Dantz dantz

View GitHub Profile

Keybase proof

I hereby claim:

  • I am dantz on github.
  • I am dantz (https://keybase.io/dantz) on keybase.
  • I have a public key whose fingerprint is ADB6 44B5 E30D 5C41 A7E2 DC54 6D49 4961 8F46 90EC

To claim this, I am signing this object:

@dantz
dantz / Klub Dialog Umbau
Created November 25, 2013 13:19
Workshop-Protokoll vom 19.11.2013
Platzhalter
@dantz
dantz / dabblet.css
Created October 28, 2013 15:08
Untitled
.front-animation {
position: relative;
width: 50%;
}
.mask {
background-color: rgba(255,0,0,0.3)
}
.content {
position: absolute;
top: 3em;
@dantz
dantz / dabblet.css
Created October 28, 2013 15:05
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
p, span {
outline: 1px solid yellow;
background-color: green;
}
p {
@dantz
dantz / dabblet.css
Created October 24, 2013 22:17
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
p, span {
outline: 1px solid yellow;
background-color: green;
}
img {
@dantz
dantz / dabblet.css
Created October 24, 2013 21:56
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
section {
background-color: #ccc;
position: relative;
overflow: hidden;
}
@dantz
dantz / dabblet.css
Created October 22, 2013 10:02
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
section {
background-color: #fff;
position: relative;
overflow: hidden;
}
@dantz
dantz / dabblet.css
Created October 20, 2013 21:00
Testing calc()
/**
* Testing calc()
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
padding: 0;
margin: 0;
@dantz
dantz / dabblet.css
Created September 28, 2013 14:09
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: Menu;
min-height: 100%;
@dantz
dantz / dabblet.css
Created April 9, 2013 08:52
Untitled
body {
border-top: 8px solid #009de0;
margin: 0;
}
header {
margin: -8px 0 0 0;
background-color: #eee;
min-height: 200px;
}