Skip to content

Instantly share code, notes, and snippets.

View fotisps's full-sized avatar

FotisP fotisps

View GitHub Profile
@fotisps
fotisps / dabblet.css
Last active August 29, 2015 14:16
This is my css by Fotios Pastrakis
/* This is my css by Fotios Pastrakis
*/
body {
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(left, #1e5799 17%, #2989d8 69%, #44697f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(17%,#1e5799), color-stop(69%,#2989d8), color-stop(100%,#44697f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #1e5799 17%,#2989d8 69%,#44697f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #1e5799 17%,#2989d8 69%,#44697f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #1e5799 17%,#2989d8 69%,#44697f 100%); /* IE10+ */
background: linear-gradient(to right, #1e5799 17%,#2989d8 69%,#44697f 100%); /* W3C */
@fotisps
fotisps / dabblet.css
Last active August 29, 2015 14:16
This is my css by Fotios Pastrakis
/* This is my css by Fotios Pastrakis
*/
body {
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(left, #1e5799 17%, #2989d8 69%, #44697f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(17%,#1e5799), color-stop(69%,#2989d8), color-stop(100%,#44697f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #1e5799 17%,#2989d8 69%,#44697f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #1e5799 17%,#2989d8 69%,#44697f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #1e5799 17%,#2989d8 69%,#44697f 100%); /* IE10+ */
background: linear-gradient(to right, #1e5799 17%,#2989d8 69%,#44697f 100%); /* W3C */
@fotisps
fotisps / dabblet.css
Created March 6, 2015 12:01 — forked from anonymous/dabblet.css
This is my css by Fotios Pastrakis
/* This is my css by Fotios Pastrakis
*/
body {
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(left, #1e5799 17%, #2989d8 69%, #44697f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(17%,#1e5799), color-stop(69%,#2989d8), color-stop(100%,#44697f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #1e5799 17%,#2989d8 69%,#44697f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #1e5799 17%,#2989d8 69%,#44697f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #1e5799 17%,#2989d8 69%,#44697f 100%); /* IE10+ */
background: linear-gradient(to right, #1e5799 17%,#2989d8 69%,#44697f 100%); /* W3C */