html - Why can't I find the image URL of the background on this site via inspect element? -


http://conversionxl.com/dont-use-automatic-image-sliders-or-carousels-ignore-the-fad/

i'd figure out how they're handling background can't seem find in source code anywhere. if can direct me how find it, and/or knows how background set , wants point me directly there, i'd appreciate it. thanks!

body {     background: url("images/body-bg.png") repeat scroll 0 0 #dadee0;     color: rgba(0, 0, 0, 0.6);     font: 0.75em/150% "lucida sans unicode","lucida grande",sans-serif;     word-wrap: break-word; } 

css using in http://conversionxl.com/dont-use-automatic-image-sliders-or-carousels-ignore-the-fad/


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -