DOUM Coding
CSS Property Explanation 4343. text-decoration-thicknessYe property underline ka thickness set karne ke liye hoti hai.Use Case:Agar ek underline ko thick ya thin karna ho to text-decoration-thickness ka use karein.Example:a { text-decoration: underline; text-decoration-thickness: 3px;}Isse underline 3px thick ho jayega.If you like this type of informative post, please like for more!
6 months ago | [YT] | 0
DOUM Coding
CSS Property Explanation 43
43. text-decoration-thickness
Ye property underline ka thickness set karne ke liye hoti hai.
Use Case:
Agar ek underline ko thick ya thin karna ho to text-decoration-thickness ka use karein.
Example:
a {
text-decoration: underline;
text-decoration-thickness: 3px;
}
Isse underline 3px thick ho jayega.
If you like this type of informative post, please like for more!
6 months ago | [YT] | 0