Skip to content

Instantly share code, notes, and snippets.

View autarc's full-sized avatar
😺
Living Life

Stefan Dühring autarc

😺
Living Life
View GitHub Profile
@autarc
autarc / otsbjs.md
Created May 27, 2012 00:01 — forked from janl/otsbjs.md
Open Tech School Berlin JS

In the spirit of Railsgirls Berlin, we want to start a programming education group for JavaScript. We need your help to get all the coaching done.

If you are interested in coaching JavaScript, fork this gist and add yourself or leave your contact data in a comment:

@autarc
autarc / dabblet.css
Created April 20, 2012 00:36
Vertical centering with Flexbox + margin fallback
/**
* Vertical centering with Flexbox + margin fallback
* Lea Verou & David Storey
*/
html, body { height: 100%; }
body {
width: 100%; /* needed for FF */
margin: 0;
@autarc
autarc / dabblet.css
Created January 11, 2012 04:00
raupe
/**
* raupe
**/
#background{
background: #000;
height: 400px;
width: 640px;
margin: 0 auto;
@autarc
autarc / LICENSE.txt
Created November 6, 2011 02:50 — forked from 140bytes/LICENSE.txt
Creating a Random Number
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE