Skip to content

Instantly share code, notes, and snippets.

View torstah's full-sized avatar

Tor Castensson torstah

  • Plan8
  • Stockholm
View GitHub Profile
@torstah
torstah / designer.html
Created February 4, 2015 10:17
designer
<link rel="import" href="../cool-clock/cool-clock.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
@torstah
torstah / dabblet.css
Created October 2, 2012 08:40
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
margin:30px
}
#container {
text-align: center;
cursor:pointer;
@torstah
torstah / dabblet.css
Created April 20, 2012 15:21
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
#test {
-webkit-transform: translate(3em,0);