How to use two background image in css

No Comments
if are you using the Multi Background image in CSS use this code in your style.css

body {
background-image: url("banner.png"), url("demo.png");
background-color: #cccccc;
}

Next PostNewer Post Previous PostOlder Post Home

0 comments

Post a Comment