Sorry for the noob question, but I am trying to write the code for my first website. You can find the 'finished product' here and basically I am trying to write this site I made with Wix from scratch, for my learning. I have the bulk of my markup but I am currently running into trouble with the styling.
The question is how do I style the heading so it's one block of purple and the header still has the break? Currently my header looks like:
<header><mark style="background-color: #edc5f6">Art + Feminism
for<br>Medical Learners</mark></header>
I'd like the full block of purple going across with no break in the highlight. How would you approach this problem?