Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css disable text select

  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */ 
Comment

PREVIOUS NEXT
Code Example
Css :: how to remove text selection in css 
Css :: remove bullets from list css 
Css :: css center elment screen 
Css :: linkedin color hez 
Css :: css center everything 
Css :: html print page break 
Css :: background image css fill screen 
Css :: css image transform flip mirror 
Css :: loop scss 
Css :: remove underline from a link css 
Css :: 100vh - 100px 
Css :: css wrap text to next line 
Css :: css remove link border on click 
Css :: no link underline css 
Css :: font awesome after css 
Css :: how to do a background blur in css 
Css :: a open new tab css 
Css :: alternatives to display none 
Css :: glowing text css 
Css :: color code for pink 
Css :: text decoration none 
Css :: top down gradient css on body 
Css :: inline style background image 
Css :: how to wrap text in div css 
Css :: how to apply outline to text in html css 
Css :: add background overlay over background image 
Css :: make triangle using div 
Css :: make text bigger html5 
Css :: remove border css 
Css :: center nav bar css 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =