I'm struggling to display the complete information I need on an image that I want to set as my background.
Could anyone assist me in determining the correct dimensions and size?
Thank you in advance for your help.
#hero {
width: 100%;
height: 75vh;
background: url("../img/hero-bannertest3.jpeg") top center;
background-size: cover;
position: relative;
margin-bottom: -80px;
}