Skip to content

Instantly share code, notes, and snippets.

View shabunc's full-sized avatar

Shahen Ohanjanyan shabunc

View GitHub Profile
@shabunc
shabunc / dabblet.css
Created January 16, 2012 13:21
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
table {
width: 100%;
}
table td {
border: 1px solid red;
@shabunc
shabunc / dabblet.css
Created January 16, 2012 16:31
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
div {
background: url('http://t1.gstatic.com/images?q=tbn:ANd9GcSMUCiE3CHbxQ20Up2EHu37EvQ7MohzyQtPjRuRrrlXqF_YkKBZIMoSwA9PCg') no-repeat;
background-position: center center;
border: 1px solid black;
padding: 40px;
width: 200px;
@shabunc
shabunc / dabblet.css
Created January 16, 2012 22:09
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
display: box;
box-orient: vertical;
}
@shabunc
shabunc / dabblet.css
Created January 16, 2012 22:58
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
display: box;
/*
box-orient: vertical;
*/
}
@shabunc
shabunc / dabblet.css
Created January 17, 2012 15:49
Untitled
ul {
}
li {
margin: 0 0 1em;
background: url("http://dabblet.com/favicon.ico") no-repeat;
//list-style-image: url("http://dabblet.com/favicon.ico");
background-position: 0 center;
padding-left: 40px;
}
@shabunc
shabunc / dabblet.css
Created January 24, 2012 21:18
Untitled
#progressBar {
border: 1px solid red;
background: pink;
}
@shabunc
shabunc / dabblet.css
Created January 25, 2012 14:20
Untitled
.boxA {
background: -moz-element(#boxB);
width: 100px;
height: 100px;
display: table;
text-align: center;
border: 1px solid red;
}
.boxA div{
@shabunc
shabunc / dabblet.css
Created January 25, 2012 14:32
Untitled
.g-hidden {
}
.black_square {
width: 20px;
height: 20px;
background-color: black;
}
@shabunc
shabunc / dabblet.css
Created January 25, 2012 15:09
Untitled
.boxA {
width: 40px;
height: 20px;
background: pink;
background: red;
}
.boxA::before {
border: 1px solid black;
@shabunc
shabunc / dabblet.css
Created January 25, 2012 15:12
Untitled
.boxA {
width: 40px;
height: 20px;
background: pink;
background: red;
}
.boxA::before {
border: 1px solid black;