I want to add background image in my css code but it\'s not loading. How to change or add background image in css please help I\'m written css code in notpad++
.Your class name { background-image: url("your image url"); background-repeat: no-repeat; background-size: 100% 100%; float: left; width: auto; }
Please try Above type of code in your css section.