Skip to content

Instantly share code, notes, and snippets.

View aratinau's full-sized avatar

Aymeric Ratinaud aratinau

  • Paris
View GitHub Profile
background: rgba(1,9,12,1);
background: -moz-linear-gradient(-45deg, rgba(1,9,12,1) 0%, rgba(2,46,71,1) 30%, rgba(2,46,71,1) 70%, rgba(1,9,12,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(1,9,12,1)), color-stop(30%, rgba(2,46,71,1)), color-stop(70%, rgba(2,46,71,1)), color-stop(100%, rgba(1,9,12,1)));
background: -webkit-linear-gradient(-45deg, rgba(1,9,12,1) 0%, rgba(2,46,71,1) 30%, rgba(2,46,71,1) 70%, rgba(1,9,12,1) 100%);
background: -o-linear-gradient(-45deg, rgba(1,9,12,1) 0%, rgba(2,46,71,1) 30%, rgba(2,46,71,1) 70%, rgba(1,9,12,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(1,9,12,1) 0%, rgba(2,46,71,1) 30%, rgba(2,46,71,1) 70%, rgba(1,9,12,1) 100%);
background: linear-gradient(135deg, rgba(1,9,12,1) 0%, rgba(2,46,71,1) 30%, rgba(2,46,71,1) 70%, rgba(1,9,12,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01090c', endColorstr='#01090c', GradientType=1 );