Skip to content

Instantly share code, notes, and snippets.

View caromill's full-sized avatar

Caroline Millgårdh caromill

  • Stockholm, Sweden
View GitHub Profile
@caromill
caromill / keybase.md
Created December 28, 2014 20:05
Keybase

Keybase proof

I hereby claim:

  • I am caromill on github.
  • I am caromill (https://keybase.io/caromill) on keybase.
  • I have a public key whose fingerprint is F7BE 1886 D0D9 7E7C 47D4 3A9A 9998 439A E4E8 7825

To claim this, I am signing this object:

@caromill
caromill / gist:5532546
Created May 7, 2013 13:28
Chart background
#chart_background {
position: absolute;
top: 100px;
left: 100px;
width: 666px;
height: 333px;
background: #008000; /* Old browsers */
background: -moz-linear-gradient(25deg, #008000 0%, #eec900 51%, #ff0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#008000), color-stop(51%,#eec900), color-stop(100%,#ff0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(25deg, #008000 0%,#eec900 51%,#ff0000 100%); /* Chrome10+,Safari5.1+ */
@caromill
caromill / tire.js
Last active December 12, 2015 03:48
An example for the .data(name [, value]) function in tire.js
$('.modal').data('options', { triggers: ['.show-modal', '.hide-modal'] });
<div class="modal" data-options='{"triggers":[".show-modal",".hide-modal"]}'>