CSS Not Being Responsive

You can use background-size property. The first value sets the width and the second value sets the height.

If you want it to be full-screen you can use it like this:

background-size: 100vw 100vh;

Leave a Comment