Pen highlighter effect in css

前端 未结 6 1504
北恋
北恋 2020-12-31 08:02

I want to create a highlight effect that resembles a highlight made with a pen. i.e. it has wavy tops and bottoms and a rough start and end, like in this picture.

6条回答
  •  耶瑟儿~
    2020-12-31 08:12

    If you're not limited to sub-HTML5 available tags, you could also use the ... tag introduced in HTML5:

    
    
        
            
        
        
            

    This is some text that's been highlighted.

提交回复
热议问题