Skip to content

Instantly share code, notes, and snippets.

View tyv's full-sized avatar

Yuri Tkachenko tyv

  • Ukraine/Kyiv
View GitHub Profile
@tyv
tyv / dabblet.css
Created January 21, 2013 22:04
Untitled
body
{
background: pink
}
.popup
{
position: relative;
width: 200px;
@tyv
tyv / dabblet.css
Created January 21, 2013 21:35 — forked from Leolik/dabblet.css
Untitled
body {
background: pink
}
.popup {
position: relative;
width: 200px;
height: 150px;
padding: 10px;
background: #fff;
@tyv
tyv / dabblet.css
Created January 21, 2013 21:15
Untitled
body
{
background: pink;
}
.popup
{
position: relative;
@tyv
tyv / dabblet.css
Created January 21, 2013 20:02
Untitled
body
{
background: pink
}
.popup
{
position: relative;
width: 200px;
@tyv
tyv / dabblet.css
Created January 21, 2013 19:59
Untitled
body
{
background: pink
}
.popup
{
position: relative;
width: 200px;
@tyv
tyv / dabblet.css
Created January 21, 2013 19:00
Untitled
body
{
background: pink
}
.popup
{
position: relative;
width: 200px;
@tyv
tyv / dabblet.css
Created January 21, 2013 17:23
Untitled
body
{
background: pink
}
.popup
{
position: relative;
width: 200px;
@tyv
tyv / dabblet.css
Created January 16, 2013 12:46
Untitled
div:after
{
content: attr(data-date);
}
@tyv
tyv / dabblet.css
Created January 15, 2013 15:19
Untitled
table
{
border-collapse: collapse;
}
td
{
padding: 10px;
background: yellow;
}
@tyv
tyv / dabblet.css
Created December 29, 2012 18:55 — forked from leoneed/dabblet.css
Untitled
.wrapper div
{
float: left;
width: 20px;
height: 20px;
background-color: red;
}
div.asd
{