Hi, I'm trying to highlight particular text lines with this code, below. It all works great apart from when I've added the code my text lines go left-justified rather than centered despite "text edit" showing center.
Any tips?
--
// Highlighted Text //
h2 {
background-image: linear-gradient(to top, #fcd5ce 50%, transparent 50%);
width: auto;
display: inline;
}
h3 {
background-image: linear-gradient(to top, #ffe5d6 50%, transparent 50%);
width: auto;
display: inline;
}
h4 {
background-image: linear-gradient(to top, #f8edeb 50%, transparent 50%);
width: auto;
display: inline;\h2 {
background-image: linear-gradient(to top, #fcd5ce 50%, transparent 50%);
width: auto;
display: inline;
}
}