Skip to content

Instantly share code, notes, and snippets.

View dantz's full-sized avatar

Andreas Dantz dantz

View GitHub Profile
@dantz
dantz / dabblet.css
Created October 5, 2012 10:33
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.browser {
width: 400px;
height: 250px;
position: relative;
perspective: 500;
margin-top: 100px;
@dantz
dantz / dabblet.css
Created October 5, 2012 10:15
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.browser {
width: 200px;
height: 150px;
position: relative;
perspective: 1000;
margin-top: 50px;
@dantz
dantz / dabblet.css
Created October 5, 2012 10:11
Untitled
body {
padding: 100px;
}
.hotspot {
display: block;
width: 73px;
height: 73px;
position: absolute;
@dantz
dantz / gist:3447447
Created August 24, 2012 08:23
My Sublime Text 2 User Keyboard Settings
[
{ "keys": ["super+alt+5"], "command": "unindent" },
{ "keys": ["super+alt+6"], "command": "indent" }
]
@dantz
dantz / gist:3447442
Last active October 9, 2015 05:38
My Sublime Text 3 User Settings
{
"color_scheme": "Packages/User/base16-ocean.dark (SL).tmTheme",
"font_face": "Fira Mono OT",
"font_size": 14.0,
"highlight_line": true,
"tab_size": 2,
"draw_indent_guides": true,
"ignored_packages":
[
"Vintage"
@dantz
dantz / dabblet.css
Created August 9, 2012 18:43
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
input {
border: 0;
background: none;
}
.input {
@dantz
dantz / dabblet.css
Created August 9, 2012 18:43
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
input {
border: 0;
background: none;
}
.input {