How do I change only the color of the header and not the entire body of the site? I've tried putting background: #fff;
but it does not work.
I tried this, but without success:
<header class="header">
<h1> SAMCRO </h1>
<h2> Sons of Anarchy </h2>
</header>
.header {
background-color: #fff;
}