small spelling error
This commit is contained in:
Edulop139
2018-11-01 04:12:53 -04:00
committed by Manish Giri
parent b67e3d4305
commit 5c3d2e5213

View File

@ -44,7 +44,7 @@ p {
The `text-decoration` property is used to set or remove decorations from text. The value `text-decoration: none;` is often used to remove underlines from links. Other `text-decorations` include `overline`,`line-through`,and `underline` ([example](https://www.w3schools.com/css/tryit.asp?filename=trycss_text-decoration)). The `text-decoration` property is used to set or remove decorations from text. The value `text-decoration: none;` is often used to remove underlines from links. Other `text-decorations` include `overline`,`line-through`,and `underline` ([example](https://www.w3schools.com/css/tryit.asp?filename=trycss_text-decoration)).
#### Text Tranformation #### Text Transformation
``` css ``` css
p { p {