How to add a background picture into a single oage?

page {
background- picture: …?
}

Just to verify, because I cannot tell for sure from your question: for your CSS, are you literally trying to use a property called background-picture?

CSS background properties do not include a property for “background-picture”.

example usage of background properties: https://codepen.io/theiwaz/pen/vybjc

If you add a background image, you’ll probably have to check that the path for your the image in your css is correct. I would probably make a folder called “img” under the “assets” folder (ionic 2), and add any images there.

Hi i know about the path for the image…

I just wanna know what should start if you is not background picture…