Google News
logo
CSS3 - Interview Questions
What are the most commonly used Multi Backgroud properties in CSS3?
There are four most commonly used multi background properties, they are:
 
background-clip : Used to declare the painting area of the background
background-image : Used to specify the background image
background-origin : Used to specify position of the background images
background-size : Used to specify size of the background images
Advertisement