Skip to content

Instantly share code, notes, and snippets.

View crecotun's full-sized avatar

Alexei Crecotun crecotun

View GitHub Profile
iframe {
visibility: hidden;
position: absolute
top: -9999px;
left: -9999px;
}
@crecotun
crecotun / hack.sh
Created April 5, 2012 19:50 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#
@crecotun
crecotun / dabblet.css
Created February 28, 2012 19:53
Untitled
div {
border-radius: 3px;
height: 3px;width: 100px;
border:0;
border-bottom: 1px solid #000;
}
@crecotun
crecotun / dabblet.css
Created February 28, 2012 15:38
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
@crecotun
crecotun / dabblet.css
Created February 28, 2012 15:38
Untitled
table {
width: 580px;
}
table td.data {
width: 1px;
}
table td.bg {
background: #000;
}
@crecotun
crecotun / dabblet.css
Created February 23, 2012 20:10
Untitled
table {
width: 580px;
}
table td.data {
width: 1px;
}
table td.bg {
background: #000;
}
@crecotun
crecotun / dabblet.html
Created February 23, 2012 20:09
Untitled
<div>
<div></div>
</div>
@crecotun
crecotun / dabblet.css
Created February 20, 2012 18:03
Untitled
body > div {
border: 1px solid #ccc;
width: 200px;
height: 200px;
border-radius: 5px;
overflow: hidden;
}
div > div {
background: #fff;
@crecotun
crecotun / dabblet.css
Created February 20, 2012 17:50
Untitled
* {
margin: 0;
padding: 0;
}
div {
border-radius: 5px;
border: 1px solid #787878;
position:relative;
width: 100px;
@crecotun
crecotun / dabblet.css
Created February 20, 2012 17:20
Untitled
* {
margin: 0;
padding: 0;
}
div {
border-radius: 5px;
border: 1px solid #787878;
border-bottom: 0;
position:relative;
width: 100px;