Skip to content

Instantly share code, notes, and snippets.

View javve's full-sized avatar

Jonny Strömberg javve

View GitHub Profile
FS.keywords = {
function: 'funktion',
if: 'om',
else: 'annars',
for: 'för',
while: 'medan',
return: 'återvänd',
do: 'gör',
var: 'var',
in: 'inne',
@javve
javve / dabblet.css
Created March 12, 2012 23:35 — forked from Daniel-Hug/dabblet.css
A "deeper" indented text effect with the :before and :after pseudo-elements.
/**
* A "deeper" indented text effect with the :before and :after pseudo-elements.
*/
html, body {
height: 100%;
}
body {
margin: 0;
background: #0A539C;
background: linear-gradient(top, #4293d6 0%,#001e96 100%);
@javve
javve / dabblet.css
Created March 12, 2012 23:35 — forked from Daniel-Hug/dabblet.css
A "deeper" indented text effect with the :before and :after pseudo-elements.
/**
* A "deeper" indented text effect with the :before and :after pseudo-elements.
*/
html, body {
height: 100%;
}
body {
margin: 0;
background: #0A539C;
background: linear-gradient(top, #4293d6 0%,#001e96 100%);