Skip to content

Instantly share code, notes, and snippets.

* {
font-family: Segoe UI;
}
.title-stats-container {
position: relative;
}
.case-title {
font-size: 3em;
@dannyp32
dannyp32 / dabblet.css
Created April 22, 2014 01:41
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
margin: 0;
padding: 0;
font-family: Open Sans;
background:#e9e9e9;
}
@dannyp32
dannyp32 / dabblet.css
Created April 22, 2014 01:24
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
margin: 0;
padding: 0;
}
div {
margin: 0;
@dannyp32
dannyp32 / dabblet.css
Created December 21, 2013 02:41
Nike Bot
/**
* Nike Bot
*/
body {
width: 240px;
}
#box {
border-radius: 4px;
background: #dcdbdc;
@dannyp32
dannyp32 / dabblet.css
Created August 28, 2013 17:34
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
ul{
width:800px;
margin-bottom:20px;
overflow:hidden;
border-top:1px solid #ccc;
}
@dannyp32
dannyp32 / dabblet.css
Created August 27, 2013 17:24
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #f0f0f0;
min-height: 100%;
font-family: Segoe UI;
}
@dannyp32
dannyp32 / dabblet.css
Created August 15, 2013 18:10
Untitled
html {
font-family: Segoe UI;
background: #ffb67b ;
}
.column {
float: left;
}
.project {
@dannyp32
dannyp32 / dabblet.css
Created August 14, 2013 09:14
Untitled
div {
position: relative;
}
.left {
position: absolute;
left: 0;
}
.right {
position: absolute;
@dannyp32
dannyp32 / dabblet.css
Created August 14, 2013 07:27
Untitled
html {
font-family: Segoe UI;
background: grey;
}
#container {
width: 420px;
position: relative;
margin: 0 auto;
}
#type {
html {
font-family: Segoe UI;
background: grey;
}
.column {
float: left;
}
.project {
background: white;