Tuesday, January 1, 2013

Cool features with CSS3

In this post, it will keep updated to have all the features in CSS3 that I think very useful.

1. Multiple Background Pictures,
#div {
    background-image: url(bg1.gif), url(bg2.gif)
}

No comments: