Search
 
SCRIPT & CODE EXAMPLE
 

CSS

how to remove link color from

/* its a style option */
a {
	text-decoration: none; /* remove underline */
	color: inherit; /* remove blue */
}
Comment

remove text color from link


a{
    text-decoration: none;  /*Pour que le lien ne soit plus "souligné"...*/
    color: red;  /*ça reste un exemple*/
}
Comment

PREVIOUS NEXT
Code Example
Css :: add space between all html elements flex 
Css :: css safari remove scrollbar 
Css :: css text bottom to top 
Css :: hover button scss 
Css :: scss transition 
Css :: css full cover background image 
Css :: hide title wordpress 
Css :: css box-shadow 
Css :: font-weight css 
Css :: css media two conditions 
Css :: ngx-charts css 
Css :: how to hover over an individual cell in table css 
Css :: remove border from last child css 
Css :: glass div generator 
Css :: how to remove border of a specific side of td in css 
Css :: display none transition 
Css :: mongoose populate selected fields 
Css :: change color of mark tag in html 
Css :: css grid reverse column order 
Css :: jquery remove css class 
Css :: background color css rgb 
Css :: button onclick open video in new window 
Css :: stop the client from scrolling 
Css :: background color for whole page css 
Css :: media screen desktop 
Css :: how to write css like a pro 
Css :: bootstrap list 
Css :: stretch text to div width css 
Css :: css how to remove underline from visited sites 
Css :: how to make fonts respnsive 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =