Randy Fahrbach
Posts: 0
Joined: Fri Oct 25, 2013 2:12 pm

black background behind image

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

black background behind image

Hello,

Please rectify your code, should be:

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

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

black background behind image

Hi Randy -

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

Randy Fahrbach
Posts: 0
Joined: Fri Oct 25, 2013 2:12 pm

black background behind image

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

Return to “Issues”