Page 1 of 1

black background behind image

Posted: Sun Apr 27, 2014 7:05 pm
by Randy Fahrbach

I'd like to have a black background behind my landing page image. I've tried this css

html {
background: #00000;
}

Attached is how I added the CSS to the container. Your expert feedback is always appreciated!

Thanks,
Randy Image


black background behind image

Posted: Sun Apr 27, 2014 8:26 pm
by Alena Prykhodko

Hello,

Please rectify your code, should be:

pre.html {
background: #000000;
} /pre


black background behind image

Posted: Sun Apr 27, 2014 8:32 pm
by Illya Stepanov

Hi Randy -

Please clarify your loading page image ('mobileimage_2') is an Image component (http://docs.appery.io/documentation/u...)?


black background behind image

Posted: Sun Apr 27, 2014 9:56 pm
by Randy Fahrbach

Awesome, that worked...thanks, as always!