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 :: calculate using n nth-child 
Css :: Simple example of using bootstrap 
Css :: css two classes together 
Css :: span size css 
Css :: style inline css hover 
Css :: red color hex 
Css :: svg as background css 
Css :: comentarios en archivo scss 
Css :: what is universal selector 
Css :: npm next-css 
Css :: prevent flex box width from overflowing in css 
Css :: flex box css 
Css :: bootstrap badges 
Css :: card tailwind css 
Css :: @media for react style css 
Css :: webkit appreance none select 
Css :: css make background image repeat vertically 
Css :: css multiple classes same rule 
Css :: add image icon to button css 
Css :: can a div change an item in another div css 
Css :: how to code color css property 
Css :: restrict css to apply on div 
Css :: clip path css 
Css :: ipad pro css 
Css :: 2 scrollbars 
Css :: CSS Table Alignment 
Css :: css hover after 
Css :: how to set scss variables 
Css :: add custom taxonomy into permalinks post_type_link 
Css :: react use global css classes 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =