Hi i want to use an absolute background, but no matter what i do the header won't change color, it stays white all the time, i need it to be transparent all the time even on scroll.
Im using this code for the background image
html {
width:100%;
height:100%;
background:url(../images/Hi%205/Untitled-1.png) center center no-repeat;
background-size:cover;
}