Skip to content

Instantly share code, notes, and snippets.

body { padding:50px; background:#2fa7ca;; }
h1 { width:450px; font:bold 36px sans-serif;
letter-spacing:-1px; color:#000; }
.challenge {
display:block;
}
.challenge:first-line {
background: #FFF;
box-shadow: -10px 0 0 10px #FFF, 10px 0 0 10px #FFF;
padding-top: 40px;
@moebiuseye
moebiuseye / dabblet.css
Created June 26, 2012 13:25
AwesomeFace
body{
background-color: black;
position: fixed;
display: table-cell;
vertical-align: middle;
min-height: 10em;
height: 100%;
width: 100%;
}
@keyframes spin{
body{
background-color: black;
position: fixed;
display: table-cell;
vertical-align: middle;
min-height: 10em;
height: 100%;
width: 100%;
}
@keyframes spin{
@moebiuseye
moebiuseye / dabblet.css
Created June 27, 2012 15:36
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
@moebiuseye
moebiuseye / dabblet.css
Created July 11, 2012 10:30
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: grey;
}
/*
* NeatBlog
*/
/* BEGIN CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
@moebiuseye
moebiuseye / dabblet.css
Created December 18, 2012 11:50 — forked from anonymous/dabblet.css
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
/*
style.css
---------
-CC-BY-$-
@moebiuseye
moebiuseye / gist:4359418
Created December 22, 2012 15:31
--- DO NOT USE -- In this example, buffer == NULL WHY?
/*
* transformadd.h
*
* Copyright 2012 moebiuseye <moebiuseye@deadlyweapon>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
@moebiuseye
moebiuseye / struct_substitution_test.c
Created December 23, 2012 17:58
Pourquoi NELEMS( rules ) == 0 alors que NELEMS( HTML_ENTITIES) == 2 ?
/*
* main.c
*
* Copyright 2012 Samir Chaouki <moebius.eye@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
@moebiuseye
moebiuseye / geanyplugin_experiment.c
Created December 25, 2012 14:21
The output (static char *substitution) of function substitute() prematurely ends when the input (static char *selection) has a comma in it. Oo
/*
* substitution.h
*
* Copyright 2012 Samir Chaouki <moebius.eye@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*