<div class="disable-text-selection">
   <h1>You can't select me</h1>
</div>
<div>
   <h1>You can select me...</h1>
</div>
.disable-text-selection{
    user-select:none;
   -ms-user-selec:none;
   -moz-user-select:none;
   -webkit-user-select:none;
}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.