I'm building a website, and I just have to make a welcoming page. It's a simple page: just a background with a button, which directs to our homepage. I just have one problem with the background: my background is too big. How can I edit with CSS and HTML so that my wallpaper fits all the screens? (I want to make the page unscrollable.) All I have so far in the CSS:
body{
background-image:url("voorpagina.jpg")
}
Thanks a lot!
P.S. I've already tried background-size:cover; but it didn't seem to work?