Currently, I am in the process of coding a website for a friend. However, I have encountered an issue with the Header section (the one with CreepGaming) shrinking behind my navbar.
Does anyone have any solutions or recommendations to prevent this from happening?
If you want to take a look at the HTML and CSS code:
Any assistance would be greatly appreciated!
/edit: The CSS Class causing the issue is as follows:
.header {
min-height: 70%;
max-width: 90%;
color: white;
background-color: #343434;
padding-left: 3%;
border-bottom: 2px solid #ff8800;
border-radius: 0 0 20px 20px;
padding-top: 47px;
z-index: 10;
}