Is there a method to adjust the thickness of text-decoration: line-through without having to use a span and border?
@NSR Not unless you use some sort of manipulation. If you're asking if there's a specific property to change it, no.
Thanks chris,
Think I will just use the span and border method
How about this?
http://codepen.io/andyunleashed/pen/LjCwr
Only caveat is that it won't work on multiple lines.
@andyhowells Awesome that works too. Cool
@andyhowells that is an awesome link - I needed an answer to this question too. Thank you for sharing!
Is there a method to adjust the thickness of text-decoration: line-through without having to use a span and border?
@NSR Not unless you use some sort of manipulation. If you're asking if there's a specific property to change it, no.
Thanks chris,
Think I will just use the span and border method
How about this?
http://codepen.io/andyunleashed/pen/LjCwr
Only caveat is that it won't work on multiple lines.
@andyhowells Awesome that works too. Cool
@andyhowells that is an awesome link - I needed an answer to this question too. Thank you for sharing!