Answers for "highlight text in a div"

CSS
0

css highlight element

.highlight {
    box-shadow: 0 0 0 100000px rgba(0, 0, 0, .8);
}
Posted by: Guest on July-19-2021
-1

how to highlight text in css

<body>
<p>The Math test is on <mark>Friday</mark>.</p>
</body>
Posted by: Guest on May-24-2020

Browse Popular Code Answers by Language