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 14, 2012 12:52 — forked from LeaVerou/dabblet.css
Scrolling shadows by @kizmarh and @LeaVerou
/**
* Scrolling shadows by @kizmarh and @leaverou
* Only works in browsers supporting background-attachment: local; & CSS gradients
* Degrades gracefully
*/
html {
background: white;
font: 120% sans-serif;
}
@iamstarkov
iamstarkov / dabblet.css
Created May 21, 2012 10:08 — forked from kizu/dabblet.css
Scrolling shadows by @kizmarh
/* Scrolling shadows by @kizmarh */
html {
background: #FFF;
}
.scrollbox {
position: relative;
z-index: 1;
@iamstarkov
iamstarkov / dabblet.css
Created May 22, 2012 15:50
Text shadow demo
/**
* Text shadow demo
*/
h1 {
padding: 14px 0 0 14px;
border: solid 5px red;
display: inline-block;
font-family: Helvetica;
text-shadow: -14px -14px 0 #000;
}
@iamstarkov
iamstarkov / dabblet.css
Created May 22, 2012 15:54
Text shadow demo
/**
* Text shadow demo
*/
h1 {
padding: 14px 0 0 14px;
border: solid 5px red;
display: inline-block;
font-family: Helvetica;
text-shadow: -14px -14px 0 #000;
}
@iamstarkov
iamstarkov / dabblet.css
Created June 11, 2012 11:05 — forked from anonymous/dabblet.css
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
select {
outline: none;
border: solid 2px #9ec3d6;
border-radius: 20px;
box-shadow: 0 0 5px #9ec3d6;
min-width: 165px;
padding: 7px;
@iamstarkov
iamstarkov / dabblet.css
Created July 30, 2012 11:43 — forked from LeaVerou/dabblet.css
SVG noise (Warning: Might be slow!)
/**
* SVG noise (Warning: Might be slow!)
*/
html { background: lightgray; }
body { margin: 0 }
@iamstarkov
iamstarkov / dabblet.css
Created August 7, 2012 09:26 — forked from besedin-art/dabblet.css
btn_sign
/**
* btn_sign
*/
.btn_sign {
display: inline-block;
width: 97px;
text-align: center;
text-decoration: none;
font-size: 12px;
line-height: 1.5;
@iamstarkov
iamstarkov / dabblet.css
Created August 7, 2012 10:39 — forked from besedin-art/dabblet.css
Untitled
.btn_sign {
display: inline-block;
width: 97px;
text-align: center;
text-decoration: none;
font-size: 12px;
line-height: 1.5;
color: #fff;
border-radius: 3px;
border: 1px solid;
.btn_sign {
min-width: 87px;
padding: 0 5px;
display: inline-block;
text-align: center;
text-decoration: none;
font-size: 12px;
line-height: 1.5;
color: #fff;
border-radius: 3px;
/**
* DINO
*/
.dino {
width: 200px;
height: 200px;
padding: 0;
margin: 15%;
outline: solid 1px;
font: 900 120px/.65 "Comic Sans MS";