@hec-lopzSubmitted over 4 years ago
What options do I have to position the background properly?
What options do I have to position the background properly?
Hey there! You can use the CSS background-position property:
https://developer.mozilla.org/en-US/docs/Web/CSS/background-position
You can also set the background-size: "cover" targeting body (for the mobile background image) in order to let the background image fit the entire page without repeating the background itself or you could also adjust the background-repeat property, but I think that you won't need that one.
P.s. nice work!