Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css how to remove underline from visited sites

 
 
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
 
Comment

PREVIOUS NEXT
Code Example
Css :: michigan score 
Css :: make element float on top 
Css :: tint image with background color css 
Css :: how to center pseudo element 
Css :: css strikethrough html text 
Css :: css border color 
Css :: scss breakpoints 
Css :: overflow scrollbar with variable height 
Css :: why top -10 css? 
Css :: image rotate with css 
Css :: centre align in position absolute 
Css :: how many fonts can i add in a css font-face 
Css :: css animation stop 
Css :: bash list all npm processes 
Css :: no scrollbar tailwind 
Css :: scss !default 
Css :: close icon css 
Css :: rotate z axis css 
Css :: scroll bar with 0 width 
Css :: css pointer event 
Css :: change link color in wordpress 
Css :: underline text using css 
Css :: css gradient 3 colors 
Css :: css hide scrollbar 
Css :: hide scrollbar of a div but keep functionality 
Css :: how to give background overlay in css 
Css :: how to rotate image in css 
Css :: inset boxshadow 
Css :: sql file extension 
Css :: css text highlight 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =