I want that my background image stretch and scale depending on the browser viewport size.
I\'ve seen some questions on Stack Overflow that do the job, like
The following worked for me.
.back-ground { background-image: url("../assets/background.png"); background-size: 100vw 100vh; }
that worked to cover the entire background on different dimensions