Skip to content

Instantly share code, notes, and snippets.

@tddewey
Created April 3, 2014 23:12
Show Gist options
  • Save tddewey/9964703 to your computer and use it in GitHub Desktop.
Save tddewey/9964703 to your computer and use it in GitHub Desktop.
Some CSS for autoprefixer to chew on
* {
box-sizing: border-box;
}
.content {
background-image: linear-gradient(to bottom, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
column-count: 2;
column-gap: 1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment