Skip to content

Instantly share code, notes, and snippets.

View ostroffsky's full-sized avatar

Alexey ostroffsky

  • Yandex
  • Saint-Petersburg
View GitHub Profile
@ostroffsky
ostroffsky / dabblet.html
Created October 5, 2012 15:12 — forked from stilsjp/dabblet.css
Untitled
<div class="block"></div>
<div class="square"></div>
@ostroffsky
ostroffsky / dabblet.css
Created May 2, 2012 15:01
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
.item {
display: inline-block;
@ostroffsky
ostroffsky / dabblet.css
Created December 27, 2011 19:03
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.parent {
position: relative;
width: 200px;
height: 50px;
background-color: #ccc;
border: 1px solid #aaa;