15 Mar 2015

CSS 3 background Property

body {
    background: #00ff00 url("smiley.gif") no-repeat fixed center;
}