Search
 
SCRIPT & CODE EXAMPLE
 

CSS

remove underline hover css

a:hover {
  text-decoration: none;
}
Comment

remove underline on hover span

span:hover {
  text-decoration: none !important;
  display: inline-block;
}
Comment

PREVIOUS NEXT
Code Example
Css :: css contenteditable outline 
Css :: how to hide the bullet list css 
Css :: show max word with css 
Css :: Disable highlighting text in CSS. 
Css :: how to apply css to firefox only 
Css :: css code to make text bold 
Css :: html if text too long newline 
Css :: html static background 
Css :: how to remove background color in css 
Css :: gradient text 
Css :: make border to div 
Css :: css transition all 
Css :: css bottom shadow 
Css :: css align items vertical center 
Css :: select text-align center 
Css :: css table row border radius 
Css :: grayscale css 
Css :: mettre une image au milieu css 
Css :: css reset 
Css :: how to make border blur css 
Css :: jquery css multiple line 
Css :: cursor: not-allowed is not working with pointe events none in css 
Css :: how to apply linear gradient to text in css 
Css :: css glow effect 
Css :: grid center align 
Css :: css variables 
Css :: center align div vertically and horizontally css 
Css :: css mobile friendly 
Css :: autocomplete widget set z-index 
Css :: css background image svg not showing 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =