How come I can't create a centered background image?

.canvas {
background-image: url(’…/img/ionic.png’) no-repeat center center fixed;
}

this code doesn’t work

Seems to work for me.