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 25, 2012 15:35 — forked from anonymous/dabblet.css
Untitled
.g-hidden {
}
.black_square {
position: relative;
width: 20px;
height: 20px;
}
@shabunc
shabunc / dabblet.css
Created January 25, 2012 15:52
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.boxA {
font-family: Arial;
position: relative;
width: 100px;
height: 100px;
@shabunc
shabunc / dabblet.css
Created January 26, 2012 07:53
Untitled
.boxA {
width: 40px;
height: 20px;
background: pink;
background: red;
position: relative;
}
.boxA::before {
@shabunc
shabunc / dabblet.css
Created January 29, 2012 23:01
Untitled
html {
background: green;
height: 100%;
}
body {
background: red;
margin: 0px;
height: 100%;
}
@shabunc
shabunc / dabblet.css
Created February 3, 2012 22:35
Untitled
.basic {
border: 1px solid black;
width: 200px;
height: 200px;
box-shadow: 0 0 0px 20px red inset,
0 0 0px 40px orange inset,
0 0 0px 60px maroon inset;
transition: box-shadow 2s;
}
@shabunc
shabunc / dabblet.css
Created February 4, 2012 18:40
Untitled
.basic {
border:1px solid black;
width: 200px;
height: 200px;
border-radius: 100px;
box-shadow: 0 0 5px 5px pink inset;
font-family: Helvetica, sans-serif;
background: brown;
}
@shabunc
shabunc / dabblet.css
Created April 2, 2012 14:38
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.block {
border: 1px solid black;
padding: 5px;
width: 150px;
height: 150px;
}
/*!
* jQuery UI 1.8.18
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI
*/
(function( $, undefined ) {
@shabunc
shabunc / dabblet.css
Created April 23, 2012 15:32
Untitled
body {
padding: 20px;
}
.range-plot {
position: relative;
background: white;
cursor: pointer;
height: 50px;
}
@shabunc
shabunc / dabblet.css
Created April 24, 2012 09:02
Untitled
.block {
border: 5px solid red;
outline: 5px solid green;
width: 200px;
height: 200px;
padding: 10px;
margin: 10px;
}