Skip to content

Instantly share code, notes, and snippets.

@burtyish
burtyish / dabblet.css
Created November 4, 2013 13:55
Solar panel background
/**
* Solar panel background
*/
background-color: #3eb2e7;
background-image: linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
background-size: 7px 7px, 7px 7px;
@burtyish
burtyish / random link button
Created April 19, 2013 11:14
Clicking on the button will send the visitor to a random link from the link array.