CSS decoration properties style how a webpage looks. Css text, color, and design can be modified for the appropriate decoration of a site.
text-decoration
| Value | Description |
|---|---|
| none | Defines a normal text. This is default |
| underline | Defines a line below the text |
| overline | Defines a line above the text |
| line-through | Defines a line through the text |
| blink | Defines a blinking text |
| inherit | Specifies that the value of the text-decoration property should be inherited from the parent element |
Examples
text-decoration: blink; |
the rain in spain |
text-decoration: line-through; |
the rain in spain |
text-decoration: none; |
the rain in spain |
text-decoration: overline; |
the rain in spain |
text-decoration: underline; |
the rain in spain |
Color Tools
|
Color Scheme Generator |
|
Color Codes |

