text underline thickness css code example
Example 1: css bold text
.text {
font-weight: bold;
}
Example 2: how to change the underline thickness in css
text-decoration-thickness: 3px;
text-decoration-thickness: 5%;
.text {
font-weight: bold;
}
text-decoration-thickness: 3px;
text-decoration-thickness: 5%;