Skip to content

Instantly share code, notes, and snippets.

View SimonWpt's full-sized avatar

Bertram Simon SimonWpt

View GitHub Profile
@SimonWpt
SimonWpt / isometric_text.html
Created June 24, 2012 17:48
Isometric Text
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Isometric Text</title>
<meta name="author" content="Bertram Simon / Agentur Simon / http://www.agentur-simon.de">
<style>
/*
*
@SimonWpt
SimonWpt / example.sass
Created May 26, 2012 19:50
SASS mixin graycity
img
// graycity($gray, $opacity)
@include graycity(0.5, 0.7)