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 June 21, 2012 12:47
Untitled
div
{
column-count: 4;
column-width: 180px;
column-gap: 40px;
}
@tyv
tyv / dabblet.css
Created June 21, 2012 12:40
Untitled
body
{
background: #000;
}
.buy-a-puppy
{
width: 300px;
-webkit-box-reflect:
@tyv
tyv / dabblet.css
Created June 21, 2012 12:38
Untitled
body
{
background: pink;
}
.buy-a-puppy
{
-webkit-mask: radial-gradient(center, ellipse cover, rgba(255,255,255,1) 45%,rgba(255,255,255,0) 65%);
}
@tyv
tyv / dabblet.css
Created June 21, 2012 12:33
Untitled
.buy-a-puppy
{
-webkit-mask:
url(https://dl.dropbox.com/u/1744447/heart.png)
no-repeat 50%;
}
@tyv
tyv / dabblet.css
Created June 21, 2012 12:28
Untitled
@font-face {
font-family: 'Oleo Script';
font-style: normal;
font-weight: 400;
src: local('Oleo Script'), local('OleoScript-Regular'), url('http://themes.googleusercontent.com/static/fonts/oleoscript/v1/_weQNDK6Uf40CiGFKBBUjrrIa-7acMAeDBVuclsi6Gc.woff') format('woff');
}
body
{
font: 42px 'Oleo Script', sans-serif;
@tyv
tyv / dabblet.css
Created June 21, 2012 11:42
Untitled
@font-face {
font-family: 'Oleo Script';
font-style: normal;
font-weight: 400;
src: local('Oleo Script'), local('OleoScript-Regular'), url('http://themes.googleusercontent.com/static/fonts/oleoscript/v1/_weQNDK6Uf40CiGFKBBUjrrIa-7acMAeDBVuclsi6Gc.woff') format('woff');
}
body
{
font: 42px 'Oleo Script', sans-serif;
@tyv
tyv / settings.json
Created June 21, 2012 11:39
Untitled
{"view":"separate","fontsize":"110","seethrough":"","prefixfree":"1","page":"all"}
@tyv
tyv / dabblet.css
Created June 21, 2012 11:39
Untitled
body
{
background-image:
cross-fade(
url(http://yandex.st/lego/_/X31pO5JJJKEifJ7sfvuf3mGeD_8.png),
url(https://dl.dropbox.com/u/1744447/g.jpg),
75%);
background-repeat: no-repeat;
}
@tyv
tyv / dabblet.css
Created June 21, 2012 11:36
Untitled
body
{
background-image:
cross-fade(
url(http://yandex.st/lego/_/X31pO5JJJKEifJ7sfvuf3mGeD_8.png),
url(https://dl.dropbox.com/u/1744447/g.jpg),
75%);
background-repeat: no-repeat;
}
@tyv
tyv / dabblet.css
Created June 21, 2012 11:32
Untitled
body
{
font-size: 41px;
}
div
{
color: transparent;
background: red;