Search
 
SCRIPT & CODE EXAMPLE
 

CSS

how to not underline links in css

a {
    text-decoration: none;
}
Comment

link text underline css none

.link{
   color: #FFFFFF;
  text-decoration: none;
}
Comment

PREVIOUS NEXT
Code Example
Css :: z-index max value 
Css :: swiper center slides but not first slide 
Css :: css hr thickness 
Css :: input type search remove x 
Css :: mat slide toggle change color 
Css :: move to right css 
Css :: slick margin between slides 
Css :: html table td spacing 
Css :: a open new tab css 
Css :: remove hover effect css 
Css :: soft box shadow css 
Css :: how to make image a circle css 
Css :: how to center an image element inside a block in css 
Css :: flip image css 
Css :: css visibility 
Css :: restrict a paragraph height css 
Css :: how to put element in center in html 
Css :: css blur text 
Css :: checkbox remove styling 
Css :: text color as gradient css 
Css :: css rounded corners at top only 
Css :: tailwind backdrop 
Css :: css check if mobile 
Css :: tablet screen size css 
Css :: remove border css 
Css :: remove outline btn 
Css :: remove underline from <a HTML 
Css :: css display div horizontally 
Css :: css option value 
Css :: img position css 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =