Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css prevent text blue selection

::selection {
    color: none;
    background: none;
}
/* For Mozilla Firefox */
::-moz-selection {
    color: none;
    background: none;
}
Comment

PREVIOUS NEXT
Code Example
Css :: table overflow not working 
Css :: is there an img cover 
Css :: edge media query 
Css :: break sentence css 
Css :: ion-img border radius 
Css :: table fixed header 
Css :: css set width of a span 
Css :: css align ul li horizontal 
Css :: smooth transition css on hover 
Css :: css vertical align items in div 
Css :: media max height css 
Css :: make all images same size css 
Css :: how to snap the scroll is css 
Css :: tailwind absolute center 
Css :: how to align divs in a row 
Css :: remove border between td 
Css :: css center in grid 
Css :: css remove list indent 
Css :: remove all css styles from element 
Css :: size carousel bootstrap 4 
Css :: media screen tablet 
Css :: jquery css multiple 
Css :: not allow select text css 
Css :: beige hex code 
Css :: media max width css 
Css :: box bottom shadow css 
Css :: sidebar fixed when scrolling down css 
Css :: css fill div with background image 
Css :: css text vertical spacing 
Css :: sans serif font family css 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =