Skip to content

Instantly share code, notes, and snippets.

View yalcinkaya's full-sized avatar

yalcin kaya yalcinkaya

View GitHub Profile
body {
color: white;
font-size: 1.5em;
font-weight: 300;
-webkit-font-smoothing: antialiased;
background: #A8C6F7;
background: -moz-radial-gradient(center, ellipse cover, #A8C6F7 0%, #6097FE 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#A8C6F7), color-stop(100%,#6097FE));
background: -webkit-radial-gradient(center, ellipse cover, #A8C6F7 0%,#6097FE 100%);