Skip to content

Instantly share code, notes, and snippets.

@Leolik
Leolik / dabblet.css
Created February 7, 2013 15:07
Untitled
h1 {
margin-bottom: 45px;
color: #9ece21;
font: bold 55px 'Arial Black';
text-transform: uppercase;
text-shadow: 3px 3px 0 #4b6409;
}
h1 span {
position: relative;
display: inline-block;
@Leolik
Leolik / dabblet.css
Created January 22, 2013 20:51
Untitled
div {
display:inline-block;
margin-top:-390px;
position:relative;
top: 390px;
width:800px;
height:800px;
background:#CCC;
transform-origin:0 0;
transform:scale(0.5);
@Leolik
Leolik / dabblet.css
Created January 22, 2013 20:51 — forked from pepelsbey/dabblet.css
Untitled
div {
display:inline-block;
margin-top:-390px;
position:relative;
top: 390px;
width:800px;
height:800px;
background:#CCC;
transform-origin:0 0;
transform:scale(0.5);
@Leolik
Leolik / dabblet.css
Created January 21, 2013 21:40 — forked from h4/dabblet.css
Untitled
body {
background: pink
}
.popup {
position: relative;
width: 200px;
height: 150px;
padding: 10px;
background: #fff;
@Leolik
Leolik / dabblet.css
Created January 21, 2013 20:44
Untitled
body {
background: pink
}
.popup {
position: relative;
width: 200px;
height: 150px;
padding: 10px;
background: #fff;