go to  ForumEasy.com   
CSS + jQuery
Home » Archive » Message


[Email To Friend][View in Live Context][prev topic « prev post | next post » next topic]
  CSS Text
 
Subject: CSS Text
Author: CyberSpider
Posted on: 04/13/2016 07:11:07 PM


CSS Text-Decoration

The CSS text-decoration property is used to decorate the text with values::

  • none
  • underline
  • overline
  • line-through
  • underline overline -- both;
  • overline underline line-through -- multiple;
  • blink -- some browsers may not support.

    For example:
        p.custom {
             text-decoration: line-through;
        }
    


    Try it yourself in sandbox »


    Replies:


    References:

  •  


     
    Powered by ForumEasy © 2002-2022, All Rights Reserved. | Privacy Policy | Terms of Use
     
    Get your own forum today. It's easy and free.