Skip to content

Instantly share code, notes, and snippets.

View rolfmadsen's full-sized avatar

Rolf Madsen rolfmadsen

View GitHub Profile

Keybase proof

I hereby claim:

  • I am rolfmadsen on github.
  • I am rolfmadsen (https://keybase.io/rolfmadsen) on keybase.
  • I have a public key whose fingerprint is F873 8580 0B77 D55C 400F 8D67 62C9 6EDC B013 72D2

To claim this, I am signing this object:

<link rel="import" href="../components/polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
#core_field {
left: 0px;
top: 0px;
position: absolute;
@rolfmadsen
rolfmadsen / example.js
Created September 20, 2013 06:59
Welcome to your first Gist! Gists are simple code reminders. Whenever you come across a piece of code you think might be useful later on, save it as a Gist. With GistBox, you can also tag the Gist with a label. This is especially useful for keeping them organized by language, project or purpose. For more info about GistBox, visit: http://www.gi…
// log an object to the browser console
console.log({ text: "foobar" });