Skip to content

Instantly share code, notes, and snippets.

View dantz's full-sized avatar

Andreas Dantz dantz

View GitHub Profile
@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;
}
@dantz
dantz / dabblet.css
Created April 5, 2013 15:08
Untitled
body {
border-top: 8px solid #f00;
margin: 0;
}
header {
margin: -8px auto 0 auto;
width: 60%;
background-color: #eee;
min-height: 200px;
@dantz
dantz / dabblet.html
Created December 21, 2012 19:51
Untitled
<!-- content to be placed inside <body>…</body> -->
@dantz
dantz / dabblet.css
Created December 21, 2012 19:51
Untitled
body {
background: #eee;
}
.wrapper {
width: 600px;
height: 600px;
margin: 0 auto 0 auto;
}
@dantz
dantz / dabblet.css
Created October 22, 2012 13:56
Untitled
body {
background: #eee;
}
.wrapper {
width: 600px;
height: 600px;
margin: 0 auto 0 auto;
}
@dantz
dantz / dabblet.css
Created October 22, 2012 12:53
Untitled
body {
background: #eee;
}
.wrapper {
width: 600px;
height: 600px;
margin: -300px auto;
top: 50%;
}
@dantz
dantz / dabblet.css
Created October 16, 2012 10:29
Untitled
.transition {
transition: all 500ms ease-in-out;
}
.transition:hover {
background-color: #f0f;
}
@dantz
dantz / dabblet.css
Created October 16, 2012 10:26
Untitled
.stage {
position: relative;
width: 100%;
height: 100%;
}
.lowerthird {
background-color: rgba(255,0,0,0.5);
padding: 50px;
position: absolute;
@dantz
dantz / dabblet.css
Created October 15, 2012 12:16
Untitled
.stage {
position: relative;
width: 100%;
height: 100%;
}
.lowerthird {
background-color: rgba(255,0,0,0.5);
padding: 50px;
position: absolute;
@dantz
dantz / dabblet.css
Created October 15, 2012 11:36
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.browser {
width: 400px;
height: 250px;
position: relative;
perspective: 500;
margin-top: 100px;