Search
 
SCRIPT & CODE EXAMPLE
 

CSS

how to desactivate txt selection css

/* To desactivate text selection */
    user-select: none; /* Normal (chrome)*/
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
Comment

PREVIOUS NEXT
Code Example
Css :: purge tailwind 3 
Css :: css background pattern 
Css :: shrink a div by 50% 
Css :: tile format css 
Css :: where css 
Css :: CSS blue bottom right Box shadow 
Css :: custom scroll bar css 
Css :: transition various properties css 
Css :: fading bottom image css 
Css :: how to center icon vertically in react js 
Css :: link text underline css none 
Css :: darken scss 
Css :: how to center background image in css 
Css :: css hover change another element 
Css :: scss select all childs 
Css :: css minmax 
Css :: scss flex 
Css :: crop image with circle css 
Css :: animated background css 
Css :: css clamp 
Css :: simple font-face mixin scss 
Css :: text align left css 
Css :: in a form how to remove the input outerline color or shadow 
Css :: sass loader 
Css :: how to style navbar-toggler-icon bootstrap 5 
Css :: icon circle css 
Css :: zoom in to picture on html css 
Css :: chrome developer tools send get request 
Css :: css selectors attribute ends with 
Css :: css nesting 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =