Forum Moderators: not2easy
h1.headline {
margin: 2rem auto 1.5rem;
font-size: 1.75rem;
font-style: italic;
} <h1 class="headline">
<a href="">Link Title</a>
</h1> Have you changed the html to reflect the css changes?What?
Nick the margins don’t work then for some weird reason.
h1.headline a {
color: "red"
}
Why did you split the css?