How to make certain text not selectable with CSS

Viewed 286455

The header for my page has some centered text, but I do not want the user to be able to select it. Is there a way to do this with CSS?

2 Answers
Related