radial gradiant blue

by gk

HTML

<code>too cool new blue dude</code>

CSS

html {
    color:#fff;
    height: 100%;
    background: radial-gradient(ellipse farthest-corner at center center, rgb(125, 185, 232) 0%, rgb(81, 114, 153) 100%) repeat scroll 0% 0% transparent;
}