Skip to content

Instantly share code, notes, and snippets.

View iamsebastian's full-sized avatar
💭
I may be slow to respond.

Sebastian Blei iamsebastian

💭
I may be slow to respond.
View GitHub Profile
@import url(http://fonts.googleapis.com/css?family=Roboto);
body {
background: #f06;
background: linear-gradient(0deg, #ddd, #ddd);
min-height: 100%;
font-family: 'Roboto', sans-serif;
margin: 0;
color: hsla(0,0%,100%,.9);
}
@import url(http://fonts.googleapis.com/css?family=Roboto:400,900);
body {
background: #f06;
background: linear-gradient(0deg, #ddd, #ddd);
min-height: 100%;
font-family: 'Roboto', sans-serif;
margin: 0;
color: hsla(0,0%,100%,.9);
}
var http = require("http"),
url = require("url"),
path = require("path"),
fs = require("fs")
port = process.argv[2] || 8888;
http.createServer(function(request, response) {
var uri = url.parse(request.url).pathname
, filename = path.join(process.cwd(), uri);
@iamsebastian
iamsebastian / dabblet.css
Created September 17, 2013 11:40
Untitled
html { background: #f06;
background: linear-gradient(45deg, #ff6, #6ff);
min-height: 100%; }
div {
width: 280px;
height: 100px;
vertical-align: middle;
background: #fff;
}
body { background: #f66; }
.throttled, .again {
background: linear-gradient(45deg, #f66, yellow);
height: 100px;
width: 400px;
animation: 1s skew infinite;
}
.again {
@iamsebastian
iamsebastian / dabblet.css
Created February 18, 2014 11:37
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #486, darkgreen);
min-height: 100%;
@iamsebastian
iamsebastian / dabblet.css
Created February 20, 2014 07:35
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #f06;
background: linear-gradient(45deg, #066, #044);
min-height: 100%;
}
svg {
@iamsebastian
iamsebastian / dabblet.css
Created March 6, 2014 12:14
monster crusher
/* monster crusher */
body {
height: 100%;
}
div {
height:400px;
float:left;
width:24%;
html {
background: #aaa;
min-height: 100%;
}
li {
position: absolute;
width: 13%;
border: 1px solid #000;
left: 0;
body,html {
background-color: #D5DAE0;
background-image: url();
background-repeat:no-repeat;
background-attachment:scroll;
background-position:top;
margin: 0px;
padding: 0px;
height: 100%;
}