Skip to content

Instantly share code, notes, and snippets.

View iamstarkov's full-sized avatar
🔥

Vladimir Starkov iamstarkov

🔥
View GitHub Profile
/**
* Template
*/
/**
* Template
*/
@iamstarkov
iamstarkov / dabblet.css
Created April 26, 2012 16:58
Button w/o images
/**
* Button w/o images
*/
html {
font-size: 62.5%;
}
body {
font: normal 1em/1em Arial, Tahoma, Verdana, sans-serif;
@iamstarkov
iamstarkov / dabblet.css
Created April 26, 2012 17:21
Button w/o images
/**
* Button w/o images
*/
html {
font-size: 62.5%;
}
body {
font: normal 1em/1em Arial, Tahoma, Verdana, sans-serif;
}
@iamstarkov
iamstarkov / dabblet.css
Created April 26, 2012 18:12
Button w/o images
/**
* Button w/o images
*/
html {
font-size: 62.5%;
}
body {
font: normal 1em/1em Arial, Tahoma, Verdana, sans-serif;
}
@iamstarkov
iamstarkov / dabblet.css
Created April 27, 2012 06:29
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#partner_menu,
#partner_menu li,
#small_user_menu,
#small_user_menu li {
@iamstarkov
iamstarkov / dabblet.css
Created May 10, 2012 07:51
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#placement {
width: 150px;
height: 150px;
margin: 200px auto;
background-color: #ccc;
position: relative;
}
@iamstarkov
iamstarkov / dabblet.css
Created May 10, 2012 08:12
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#placement {
width: 150px;
height: 150px;
margin: 200px auto;
background-color: #ccc;
position: relative;
}
@iamstarkov
iamstarkov / dabblet.css
Created May 10, 2012 09:52
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#placement {
width: 160px;
height: 160px;
margin: 200px auto;
background-color: #ccc;
position: relative;
}
@iamstarkov
iamstarkov / dabblet.css
Created May 11, 2012 08:51
inner border
/**
* inner border
*/
button {
width: 200px;
font-weight: bold;
height: 55px;
line-height: 55px;
border-radius: 17px;