Search
 
SCRIPT & CODE EXAMPLE
 

CSS

make an anchor tag inactive

<style>
.disabled-link {
  pointer-events: none;
}
</style>
<a href="https://google.com" class="disabled-link">Google.com</a>
Comment

PREVIOUS NEXT
Code Example
Css :: select box arrow hide css in ie 
Css :: css make text not highlightable 
Css :: css cut off text 
Css :: css rounded corners at top only 
Css :: position relative get in center 
Css :: remove button default border css 
Css :: css horizontal center 
Css :: css grid center 
Css :: image float animation css 
Css :: boostrap pointer 
Css :: align center img css inside div 
Css :: how to make a division center css 
Css :: background image fill div 
Css :: how to make borders rounded in css 
Css :: scss transition 
Css :: div fit content height 
Css :: remove line from a href css 
Css :: css detect mobile 
Css :: hide scroll bar 
Css :: css option value 
Css :: css placeholder text truncate 
Css :: backdrop filter property for safari not working 
Css :: css change image saturation 
Css :: font awesome pseudo element 
Css :: display div in the same line css 
Css :: center text in div 
Css :: left and right box shadow only 
Css :: flex direction 
Css :: css good black color 
Css :: center with flex 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =