Search
 
SCRIPT & CODE EXAMPLE
 

CSS

text decoration none

exampe{
	text-decoration: none; 
}
Comment

underline css still there after text-decoration: none

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

CSS Text Decoration

h1 {
  text-decoration-line: overline;
}

h2 {
  text-decoration-line: line-through;
}

h3 {
  text-decoration-line: underline;
}

p {
  text-decoration-line: overline underline;
}
Comment

PREVIOUS NEXT
Code Example
Css :: css text transform 
Css :: css if screen size less than 
Css :: css last 3 childs 
Css :: list style position 
Css :: div scrollable content 
Css :: css fadeIn opacity transition 
Css :: how to put element in center in html 
Css :: css fixed bottom 
Css :: how to stretch the background image in css 
Css :: keyframe fade down css 
Css :: css line break width 
Css :: css detect if input has value 
Css :: how to create a glass-polymorphism effect 
Css :: font awesome before after 
Css :: universal css 
Css :: gradient border css 
Css :: css horizontal ul 
Css :: chrome button black white border 
Css :: center absolute 
Css :: How to find the key of the largest value hash? 
Css :: css select every 3rd element 
Css :: sass --watch 
Css :: css no bottom ouline 
Css :: read only easyui 
Css :: Set table cellpadding and cellspacing in CSS 
Css :: how to make a div fill the screen 
Css :: restful url to update status 
Css :: semibold css 
Css :: how to center horizontally in css 
Css :: html5 video hide timeline bar 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =