Gyancode

A free library of HTML, CSS, JS

Search This Blog

Friday 17 March 2017

Why can't I use background image and color together?

If you tring to do is to show both color & image you can use this css body tag


body{ width: 100%; height: 100%;  margin: 0; background: url(../images/bg_new.png) #f6f6f6 repeat right top !important; }

No comments :

Post a Comment