/ Published in: CSS
                    
                                        
Prevents user selecting text in text blocks
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
Comments
 Subscribe to comments
                    Subscribe to comments
                
                