Hi everyone! I’m trying to apply “position:fixed” to my h1 in CSS so that the title stays on top of the page when I scroll down, but when i do it the title disappears… Not sure why. Could someone help me understand it?
I also tried wraping the h1 in a div and applying the style to the div
h1 {
text-align: center;
padding: 20px;
background-color: #FFFAF0;
font-family: papyrus;
}