Search
 
SCRIPT & CODE EXAMPLE
 

CSS

change color of mark tag in html

 /*Apply to all mark tags*/
mark {
  background-color: blue; /*Add your desired color*/
}
/*Apply it to a class*/
.mark { 
  background-color: blue; /*Add your desired color*/
}
/*Apply it to an ID*/
#mark {
  background-color: blue; /*Add your desired color*/
}
Comment

PREVIOUS NEXT
Code Example
Css :: restful url to update status 
Css :: hvad er css 
Css :: animation-direction property 
Css :: enter in css 
Css :: git apagar branch local 
Css :: text outline css 
Css :: overflow: scroll displaces the inline element 
Css :: word wrap in css 
Css :: how to remove margin of body 
Css :: how to remove underline from list item in html 
Css :: text-color gradient css 
Css :: apply color tint to image 
Css :: add font css 
Css :: remove focus border 
Css :: css svg width 100% 
Css :: padding html 
Css :: vscode set terminal letter spacing 
Css :: css feather border 
Css :: css 2 bilder nebeneinander 
Css :: difference between and px in css 
Css :: position absolute align center 
Css :: how to set the scroll in bootstrap4 table body 
Css :: line in middle word css 
Css :: Scroll background still 
Css :: style scrollbar overflow-y 
Css :: soup css selector 
Css :: make a circle in css 
Css :: how to make background image fit to screen 
Css :: rotate z axis css 
Css :: smooth scroll 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =