Skip to content

Instantly share code, notes, and snippets.

@joeyiny
joeyiny / dabblet.css
Created September 8, 2013 08:51
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#circle {
background: url('http://th04.deviantart.net/fs70/PRE/i/2010/238/d/a/Beach_Stock_8_by_Sed_rah_Stock.jpg');
background-size:600px;
width: 600px;
height: 600px;
border-radius: 600px;
@joeyiny
joeyiny / dabblet.css
Created September 7, 2013 07:14
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
* {
padding: 0;
margin: 0;
}
body {
@joeyiny
joeyiny / dabblet.css
Created September 7, 2013 07:04
Sexy Circle Div
/**
* Sexy Circle Div
*/
* {
margin: 0;
padding: 0;
}
#circle {
@joeyiny
joeyiny / dabblet.css
Created September 7, 2013 07:04
Sexy Circle Div
/**
* Sexy Circle Div
*/
* {
margin: 0;
padding: 0;
}
#circle {
@joeyiny
joeyiny / dabblet.css
Created September 7, 2013 00:02
Sexy Circle Div
/**
* Sexy Circle Div
*/
* {
margin: 0;
padding: 0;
}
#circle {
@joeyiny
joeyiny / dabblet.css
Created September 6, 2013 22:08
Sexy Circle Div
/**
* Sexy Circle Div
*/
* {
margin: 0;
padding: 0;
}
#circle {
@joeyiny
joeyiny / dabblet.css
Created September 5, 2013 08:33
Sail Buttons
/**
* Sail Buttons
*/
.btn {
font-family: "Istok Web", sans-serif;
text-transform: uppercase;
font-weight:400;
text-decoration: none;
display: block;
@joeyiny
joeyiny / dabblet.css
Created September 3, 2013 05:10
User
/**
* User
*/
* {
margin: 0;
padding: 0;
}
.user {
@joeyiny
joeyiny / dabblet.css
Created September 2, 2013 22:24
User
/**
* User
*/
* {
margin: 0;
padding: 0;
}
.user {
@joeyiny
joeyiny / dabblet.css
Created September 2, 2013 22:01
Flat Multi-Colored Buttons
/* Flat Multi-Colored Buttons */
.btn {
background-color: gray;
display: inline-block;
color: white;
text-decoration: none;
width: 130px;
height: 40px;
margin: 5px;