Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css text selection none

user-select: none;
Comment

css text selection none

::selection {
    background-color: transparent;
}

::moz-selection {
    background-color: transparent;
}

::webkit-selection {
    background-color: transparent;
}
Comment

PREVIOUS NEXT
Code Example
Css :: css fixed center vertical 
Css :: darken image css 
Css :: loop scss 
Css :: html details summary marker remove 
Css :: remove underline from hyperlink 
Css :: vertically and horizontally center a fixed div 
Css :: center a fixed div horizontally 
Css :: grid template column auto fill 
Css :: css no selection 
Css :: add image ::before css 
Css :: z-index max value 
Css :: textview android text align center 
Css :: borders for tables in html/css 
Css :: css font text stroke 
Css :: remove tailwind border in input fields or select 
Css :: css ellipsis max width 
Css :: import fontawesome 
Css :: how to make horizontal rule dotted 
Css :: text decoration none 
Css :: css start animation on hover 
Css :: use text-align to justify the paragraph style 
Css :: bootstrap media queries 
Css :: how to change style based on screen size 
Css :: font awesome before after 
Css :: opacity animation css 
Css :: center align an image css 
Css :: aligning form elements to center in css 
Css :: How to find the key of the largest value hash? 
Css :: css box-shadow 
Css :: tailwind css disabled button 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =