Bold the title of a span

Asked

Viewed 311 times

0

Hello,

I need to bold the text of my title.

<span title="teste">teste</span>

1 answer

0

Try this:

<span class="teste" title="teste">teste</span>

.teste {
   font-weight:bold;
}

Good luck.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.