Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css marker effect

mark {
  margin: 0 -0.4em;
  padding: 0.1em 0.4em;
  border-radius: 0.8em 0.3em;
  background: transparent;
  background-image: linear-gradient(
    to right,
    rgba(255, 225, 0, 0.1),
    rgba(255, 225, 0, 0.7) 4%,
    rgba(255, 225, 0, 0.3)
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
Comment

PREVIOUS NEXT
Code Example
Css :: how to remove underline from link 
Css :: target id in media query 
Css :: webpack css not loading 
Css :: span flex height 
Css :: how to link to class in CSS 
Css :: -webkit-animation css 
Css :: css clip path alternative 
Css :: change button color ultimate member plugin 
Css :: top 0 bottom 0 left 0 right 0 alternate css 
Css :: width cross browser 
Css :: install canon mf211 printer ubuntu 
Css :: contact form 7 error styles css 
Css :: gastby tailwind css 
Css :: scratch card css 
Css :: text decoration too long 
Css :: change svg color in pseudo element 
Css :: CSS REsize Wordpress Dropdowns Automatically 
Css :: 0 
Css :: responsive text size 
Css :: text stil 
Css :: nhandled Rejection (TypeError): Cannot read property 
Css :: textxarea noresize 
Css :: css accordian triangle 
Css :: ie11 image stretching 
Css :: decroation of title using css 
Css :: alinhar componentes css 
Css :: talwind css 
Css :: how can i make a menu bar appear by clicking an icon? in css? 
Css :: if navbar items not shown on responsive page 
Css :: css float and clear 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =