🎯 CSS User-Select Generator

βš™οΈ Settings

πŸ‘οΈ Live Preview

Try selecting the text below to see the effect:

πŸ’‘ Try it: Use your mouse to select this text
Line 1: This paragraph is affected by user-select
Line 2: Try dragging to select text in different modes

πŸ“‹ CSS Code

.element { -webkit-user-select: auto; user-select: auto; }

πŸ“– Property Values

ValueDescriptionUse Case
autoBrowser decides selection behavior (usually selectable)Normal text content
textUser can select text in this elementEditable text areas
nonePrevents text selection in elementButtons, nav, UI elements
allClick selects all text automaticallyCode blocks, shareable text