How to put background-image in a section in html
How to put background-image in a section in html
How to put background-image in a section in html
How to put background-image in a section in html
How to put background-image in a section in html
>Solution :
Please don’t spam your question, it just confuses people.
You can do it like this:
CSS:
.example {
background: url("imageurl") no-repeat center;
height: 100vh;
background-size: cover;
}