Skip to content

Instantly share code, notes, and snippets.

View iamstarkov's full-sized avatar
🔥

Vladimir Starkov iamstarkov

🔥
View GitHub Profile
@iamstarkov
iamstarkov / dabblet.css
Created May 11, 2012 08:56
inner border
/**
* inner border
*/
button {
width: 200px;
font-weight: bold;
height: 55px;
line-height: 55px;
border-radius: 17px;
@iamstarkov
iamstarkov / dabblet.css
Created May 12, 2012 04:54
inner border
/**
* inner border
*/
button {
width: 200px;
font-weight: bold;
height: 55px;
line-height: 55px;
border-radius: 17px;
/**
* http://stackoverflow.com/questions/10561162/how-can-i-vertically-align-two-floated-divs
*/
#parent {
position: relative;
/* decoration */
width: 500px;
height: 200px;
/**
* http://stackoverflow.com/questions/10561162/how-can-i-vertically-align-two-floated-divs
*/
#parent {
position: relative;
/* decoration */
width: 500px;
height: 200px;
@iamstarkov
iamstarkov / dabblet.css
Created May 12, 2012 11:25
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
overflow: hidden;
}
#fake_body {
position: absolute;
@iamstarkov
iamstarkov / dabblet.css
Created May 12, 2012 11:25
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
overflow: hidden;
}
#fake_body {
position: absolute;
@iamstarkov
iamstarkov / dabblet.css
Created May 12, 2012 11:25
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
overflow: hidden;
}
#fake_body {
position: absolute;
@iamstarkov
iamstarkov / dabblet.css
Created May 12, 2012 20: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 May 12, 2012 20:17
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#menu {
width:900px;
margin:0 auto;
overflow: hidden;
}
@iamstarkov
iamstarkov / dabblet.css
Created May 13, 2012 21:04
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#menu{
width:900px;
margin:0 auto;
overflow: hidden;
}