Skip to content

Instantly share code, notes, and snippets.

@dvnckr
dvnckr / dabblet.css
Created September 29, 2012 14:10
Untitled
.test {
width: 500px;
height: 500px;
margin:auto;
border: 1px solid red;
background-color:#336699;
box-shadow:1px 1px 1px #CC9933, 2px 2px 1px #CC9932, 3px 3px 1px #CC9931, 4px 4px 1px #CC9930;}
@dvnckr
dvnckr / dabblet.css
Created October 10, 2012 00:22
Untitled
body {
background: #222;
text-align: center;
}
a {
display: inline-block;
position: relative;
width: 200px;
body {
background: #DDD;
text-align:center;
}
a {
display:inline-block;
position:relative;
width:200px;
height: 200px;
@dvnckr
dvnckr / dabblet.css
Created October 31, 2012 12:18
Untitled
.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
@dvnckr
dvnckr / dabblet.css
Created December 5, 2012 10:22
Untitled
.main {
font-family: STHeitiSC-Light;
font-size:3em;
width:200px;
padding:2px;
border-radius:3px;
box-shadow: 0px 1px 3px #CCCCCC;
margin:auto;}
.gauche {display:inline-block;position:relative; left:40px; padding-right:20px;border-right: 1px solid #CCCCCC;margin:10px;}
.droite {display:inline-block; position: relative; left:40px;}