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
background-size: 100% 100%;
stretches the background to fill the entire element on both axes.