I have created a section and I named it class="sectionOne". Right now this section is empty, but I try to add a background with image and it does not appear there. However, if I add a style in <>. For example .section class="sectionOn" style="background: url();" my image appears, but very small, but if I do it in css it does not appear. I have linked my html file with css, any ideas where's the problem? My path is correct 100%
.sectionOne {
background: url(../images/kendall-henderson-Pj6TgpS_Vt4-unsplash.jpg);
max-width: 100%;
max-height: 100%;
}
<section class="sectionOne">
</section>