.cover-image {
margin-bottom: 0px;
height: 350px;
color: white;
text-shadow: black 0.3em 0.3em 0.3em;
}
<div class="cover-image" style="background: url('~/images/hdpic.jpg') no-repeat; background-size:cover">
</div>
I've checked my image URL and it seems correct, but for some reason, the cover image is not displaying. If anyone has encountered this issue before and knows a solution, could you please assist me? Thank you!