Web Development

::search-text

The CSS ::search-text pseudo-element selects matching text from your browser’s “find in page” feature. For example, if you use your browser search to find “search-text” on this page, all instances of it will highlight. This pseudo-element lets us style the appearance of that highlight. And a bonus! If there are multiple matches on the page, then ::search-text

::search-text Read More »