Skip to content

Instantly share code, notes, and snippets.

View pepelsbey's full-sized avatar
🚧
Working Hard

Vadim Makeev pepelsbey

🚧
Working Hard
View GitHub Profile
@pepelsbey
pepelsbey / dabblet.css
Created April 16, 2012 13:41 — forked from kizu/dabblet.css
DSK-357901: Opera tab in forms bug
/* DSK-357901: Opera tab in forms bug */
.wrap1 {
visibility: hidden;
}
.wrap2 {
visibility: visible;
}
@pepelsbey
pepelsbey / dabblet.css
Created April 16, 2012 13:42 — forked from kizu/dabblet.css
DSK-357901: Opera tab in forms bug
/* DSK-357901: Opera tab in forms bug */
.wrap1 {
visibility: hidden;
}
.wrap2 {
visibility: visible;
}
div {
position:absolute;
width:500px;
height:500px;
background:#C00;
clip:rect(0 100px 100px 0);
transition:clip 1s linear;
}
div:hover {
clip:rect(0 250px 250px 0);
@pepelsbey
pepelsbey / dabblet.css
Created April 25, 2012 19:54
Untitled
p span {
position:absolute;
}
@media screen and (max-width:600px) {
body {
background:#CCC;
}
p span {
position:static;
section {
float:left;
}
.box {
display:block;
margin:0 10px 10px 0;
width:100px;
height:100px;
overflow:hidden;
border-radius:50%;
div {
margin:50px;
background:#CCC;
text-align:justify;
line-height:0;
}
div:after {
width:100%;
height:0;
iframe {
width:200px;
height:200px;
overflow:hidden;
border:solid 1px #000;
}
iframe:nth-child(2) {
border-radius:50%;
}
iframe:nth-child(3) {
body {
padding:100px;
background:#FFF;
color:#000;
font-family:sans-serif;
}
.box {
width:100%;
transition:width 2s;
@pepelsbey
pepelsbey / wishlist.md
Last active October 8, 2015 14:58
Список желаний

Список желаний

Ведётся для друзей (что тебе подарить?) и для себя (куда бы потратить деньги?). Если вы хотите меня порадовать, то можете купить что-нибудь из списка ниже или просто перевести мне денег в качестве комплимента. Перед тем, как что-либо купить, сообщите мне о своём намерении, чтобы не было пересечений в сезонные подарочные периоды. Исключение составляет только список «Прочее».

Книги

@pepelsbey
pepelsbey / dabblet.css
Created September 18, 2012 22:41
Untitled
div {
position:relative;
overflow:hidden;
margin:50px;
width:250px;
height:50px;
border-radius:50px;
background:#0A0;
}