Multiline text highlight with CSS (background and box-shadow method)

PHOTO EMBED

Sun Feb 07 2021 13:05:46 GMT+0000 (Coordinated Universal Time)

Saved by @wearewebheroes #css #html #highlight

selector {
    display: inline;
    background: white;
    padding: 3px;
    
}

selector {
    position: relative;
    left: 10px;
    padding-left: 0;
    box-shadow: 10px 0px 0 #ffffff, -10px 0 0 #ffffff;
}
content_copyCOPY

Anywhere you have access to the CSS