Search
 
SCRIPT & CODE EXAMPLE
 

CSS

make text unselectable css

-webkit-user-select: none; /* Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
Comment

css make input unselectable

 input {
      pointer-events:none;
    }
Comment

PREVIOUS NEXT
Code Example
Css :: css var negative 
Css :: stop text from wrapping 
Css :: center div in middle of page 
Css :: css all caps 
Css :: css peek not working 
Css :: blue outline after click when in mobile view 
Css :: css ol align center 
Css :: css not first child 
Css :: how to hide the bullet list css 
Css :: remove underline from hyperlink 
Css :: css disable text select 
Css :: css text vertical direction 
Css :: change the color of an hr 
Css :: how to not underline links in css 
Css :: font awesome before css 
Css :: slick margin between slides 
Css :: css image fit in div with aspect ratio 
Css :: css display none alternatives 
Css :: css rounded corners 
Css :: remove underline on hover span 
Css :: mobile responsive css 
Css :: css image filter black and white 
Css :: Bootstap 5.2.0 cdn 
Css :: checkbox remove styling 
Css :: css top right corner 
Css :: background overlay css 
Css :: image float animation css 
Css :: hide scrolbar tailwind 
Css :: ho to choose the first child of parent in css 
Css :: alacritty background opacity 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =