I dont want to use html tag. This is my css. I am using bootstrap 3.0.
background:url(\'images/ip-box.png\')no-repeat; background-size:100%; height: 140px;
Try this:
body { background-image:url(img/background.jpg); background-repeat: no-repeat; min-height: 679px; background-size: cover; }