the structure is as seen below
<body>
<div class="holder">
<header><h1>the text allalalala</h1></header>
<div class="site-content">hello</div>
</div>
</body>
It’s hard to help with just pics. Can you put this in codepen or something and gives us a link to it?
It is a class so the selector should be .holder, not holder
thank you, this was exactly it