After applying CSS to assign a background image to a section, I noticed that the image only appears in the live preview inside brackets. Is this normal or did I make a mistake? Here is the code snippet:
background: url(/img/background.jpeg) center center no-repeat fixed;
background-size: cover;