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!
Hello,
Please rectify your code, should be:
pre.html {
background: #000000;
} /pre
Hi Randy -
Please clarify your loading page image ('mobileimage_2') is an Image component (http://docs.appery.io/documentation/u...)?
Awesome, that worked...thanks, as always!