CSS – Image Loading

The Source Code to copy/paste:

img {
    background: url(loading.gif) no-repeat 50% 50%;
}

My official WebSite >