Style
Appearance
60%
40%
Preview
The Highlighted Text Example demonstrates this CSS effect in context.
Generated CSS
.highlight {
background: linear-gradient(
transparent 60%,
#fbbf2499 60%
);
padding: 0 4px;
}The Highlighted Text Example demonstrates this CSS effect in context.
.highlight {
background: linear-gradient(
transparent 60%,
#fbbf2499 60%
);
padding: 0 4px;
}