Highlight Text
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
.highlight strong {
background-color: yellow;
padding: 0.1em 0.2em;
border-radius: 0.2em;
}.highlight strong {
font-family: "Poppins", sans-serif;
letter-spacing: 2px;
padding: 0 5px;
background: linear-gradient(
to bottom,
transparent 50%,
#fce041 50%
);
}