freeCodeCamp/guide/arabic/css/properties/text-decoration-property/index.md

913 B

title localeTitle
Text Decoration Property خاصية زخرفة النص

خاصية زخرفة النص

تحدد خاصية زخرفة النص الزخرفة المضافة للنص. لديها 6 قيم محتملة:

.none {text-decoration: none} .underline {text-decoration: underline} .line-through {text-decoration: line-through} .overline {text-decoration: overline} .initial {text-decoration: initial} .inherit {text-decoration: inherit}

ملاحظة : في CSS3 يمكنك استخدام خاصية لون زخرفة النص لتغيير لون الزخرفة ، وإلا فإن اللون هو نفس لون النص.

معلومات اكثر:

المستندات: شبكة مطوري موزيلا

دعم المتصفح: Caniuse